Wednesday, August 15, 2012

Save and Share Your Chrome Sessions

Hi everyone . I have been playing around with HTML, JavaScript ,CSS and other stuff for a long time now . I thought of developing a extension Tabs Manager which can Save my Chrome Tabs in Sessions for future use and can be shared across different users of my extension .

Download Extension

On Clicking Tabs Manager Icon on the Chrome Browser you will get a window like this .


The window shows all the opened tabs in the browser . You can directly go that Tab by Clicking on it OR you can close a tab by clicking on x next to the link and a check box for selecting the required Tabs. 

You can enter a New Session Name or Select already saved Sessions from drop down menu to Save the Tabs selected by check box  . Click on Save Session button to Save the session .

Click on Saved Session to see all the saved sessions in the past or current if you have saved anything just now .


Select a session from the drop down menu to see all the url's in that session . You can remove some URL from the session by clicking on X next to the url . Other options include Clear the session i.e. remove all the url's saved for that session OR delete session to remove the session id itself from the Storage , eventually all the links associated with that all also get deleted .

Now the Interesting part comes here , there is a button "Public It"  . It basic generates a session id and key for that session . These two things can be shared across different users of the extension to share sessions quickly .

Now the last part How to retrieve the Session if I have my friend's Session Id and Key . Go to Store Session Tab on the window and You will find a screen like this on the bottom . Just enter the two parameters and click on Go .



You would have all the shared url's in front of you . You can save them for further use or just browse them to check out .

Download Extension

2 comments:

Post a Comment