Tab Store
An environment for tab storage.
What is Tab Store?
Tab Store is a Chrome extension developed by Unknown, and its main feature is "An environment for tab storage.".
Extension Screenshots
Download Tab Store Extension CRX File
Download Tab Store 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
A toolbar widget that allows you to manage tabs more easily. A new context menu entry allows you to store the currently active tab, and a button displays the currently stored tabs and tab groups.
Extension Basic Information
Name | |
ID | ceoengfplhhjknejgmkkbdnljebkdomd |
Official URL | https://chromewebstore.google.com/detail/tab-store/ceoengfplhhjknejgmkkbdnljebkdomd |
Description | An environment for tab storage. |
File Size | 18.65 MB |
Installation Count | 40 |
Current Version | 0.7.0 |
Last Updated | 2018-02-04 |
Publish Date | 2018-02-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Store", "version": "0.7.0", "description": "An environment for tab storage.", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "64": "icons\/icon-64.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "64": "icons\/icon-64.png" }, "default_title": "Tab Store", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage", "tabs", "bookmarks" ] } |