SnapTab
Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…
What is SnapTab?
SnapTab is a Chrome extension developed by Andrew Kirillov, and its main feature is "Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…".
Extension Screenshots
Download SnapTab Extension CRX File
Download SnapTab 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
Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs currently in your browser window with one click. You can access and edit your snapshots from SnapTab's intuitive dashboard for later use.
Extension Basic Information
Name | SnapTab |
ID | iihldjnghemdinkkpmkoafbhlfbplplc |
Official URL | https://chromewebstore.google.com/detail/snaptab/iihldjnghemdinkkpmkoafbhlfbplplc |
Description | Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs… |
File Size | 406 KB |
Installation Count | 27 |
Current Version | 1.0.2 |
Last Updated | 2020-05-07 |
Publish Date | 2020-05-07 |
Developer | Andrew Kirillov |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/AndrewKirillo/SnapTab |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SnapTab", "version": "1.0.2", "manifest_version": 2, "author": "Andrew Kirillov", "browser_action": { "default_icon": "SnapTab_logo_128.png", "default_title": "SnapTab", "default_popup": "popup.html" }, "icons": { "16": "SnapTab_logo_16.png", "48": "SnapTab_logo_48.png", "128": "SnapTab_logo_128.png" }, "permissions": [ "storage", "unlimitedStorage", "tabs" ] } |