FreshStart - Cross Browser Session Manager
Need simple session management? Several users on the same Chrome? FreshStart is a simple cross browser session manager.
What is FreshStart - Cross Browser Session Manager?
FreshStart - Cross Browser Session Manager is a Chrome extension developed by https://www.visibotech.com, and its main feature is "Need simple session management? Several users on the same Chrome? FreshStart is a simple cross browser session manager.".
Extension Screenshots
Download FreshStart - Cross Browser Session Manager Extension CRX File
Download FreshStart - Cross Browser Session Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Manage your browsing session easily with FreshStart! If you have different sets of websites that matter to you at work, at home or at different times, or if you have multiple users, you should give this a try! Features ************************************** NEW in 1.6! Multiple auto-save sessions - Details at http://goo.gl/ADqYT ************************************** - Save multiple windows into a single session - Save all open tabs to a new session, or hand select what to be saved - Sessions are saved in the "FreshStart Sessions" folder in bookmarks, allowing you to synchronize it with other computers - Crash recovery - autosave your windows every few minutes - Restore a session in a new window, or merge it with the current window by ctrl-click (Windows, Linux) or cmd-click (Mac). - Session editing and easily merge new tabs into existing sessions - Export and import sessions If you like FreshStart, check out our other extensions here http://goo.gl/nwhgfo License: http://goo.gl/bE7SA Translate: http://goo.gl/XfDrK
Extension Basic Information
Name | FreshStart - Cross Browser Session Manager |
ID | nmidkjogcjnnlfimjcedenagjfacpobb |
Official URL | https://chromewebstore.google.com/detail/freshstart-cross-browser/nmidkjogcjnnlfimjcedenagjfacpobb |
Description | Need simple session management? Several users on the same Chrome? FreshStart is a simple cross browser session manager. |
File Size | 137 KB |
Installation Count | 72,205 |
Current Version | 1.6.1 |
Last Updated | 2015-03-20 |
Publish Date | 2015-03-19 |
Rating | 4.38/5 Total 805 Ratings |
Developer | https://www.visibotech.com |
[email protected] | |
Payment Type | free |
Extension Website | http://blog.visibotech.com/search/label/FreshStart |
Help Page URL | http://getsatisfaction.com/visibo/products/visibo_freshstart_session_manager |
Supported Languages | en,fr,nl,es,it |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.6.1", "description": "__MSG_description__", "manifest_version": 2, "background": { "scripts": [ "v161\/background.js" ] }, "icons": { "16": "img\/freshstart_icon.png", "32": "img\/freshstart32.png", "48": "img\/freshstart48.png" }, "options_page": "v161\/options.html", "browser_action": { "default_icon": "img\/freshstart_icon.png", "default_title": "FreshStart - Cross Browser Session Manager", "default_popup": "v161\/popup.html" }, "permissions": [ "tabs", "bookmarks", "unlimitedStorage" ], "minimum_chrome_version": "18", "default_locale": "en" } |