Tab Manager
Chrome extension for organizing tabs as sessions
What is Tab Manager?
Tab Manager is a Chrome extension developed by https://tab-manager.com, and its main feature is "Chrome extension for organizing tabs as sessions".
Extension Screenshots
Download Tab Manager Extension CRX File
Download Tab 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
Get rid of tab clutter Save your Chrome tabs as a session for another time! Get started, save all the tabs in your current window - Click the Tab-Manager icon - Provide a name - Press enter or the + button Where is the session data stored? All sessions are stored and accessible as a local folder inside your chrome bookmarks, synchronized only with your Google account and no where else. -------------------------------------------- I've read some of the great feedback on here. Unfortunately i'm not going to pay google 10 dollars to publish a minor update for this free extension -------------------------------------------- www.tab-manager.com Tab Manager, Organizer, Extension, Tabs Saver, Visual Manager, Tab Bundles, Tab Combine Extension.
Extension Basic Information
Name | Tab Manager |
ID | mcidendbndlekegaphipeeoaemckemhm |
Official URL | https://chromewebstore.google.com/detail/tab-manager/mcidendbndlekegaphipeeoaemckemhm |
Description | Chrome extension for organizing tabs as sessions |
File Size | 221 KB |
Installation Count | 1,827 |
Current Version | 3.2 |
Last Updated | 2017-04-05 |
Publish Date | 2017-04-05 |
Rating | 3.67/5 Total 27 Ratings |
Developer | https://tab-manager.com |
Payment Type | free |
Extension Website | http://tab-manager.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Manager", "manifest_version": 2, "description": "Chrome extension for organizing tabs as sessions", "version": "3.2", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "browser_action": { "default_icon": "img\/48.png", "default_title": "Tab Manager", "default_popup": "popup.html" }, "offline_enabled": true, "permissions": [ "bookmarks", "tabs" ] } |