Tab Saver
Save your tabs to use them later
What is Tab Saver?
Tab Saver is a Chrome extension developed by Make Your Life Better, and its main feature is "Save your tabs to use them later".
Extension Screenshots
Download Tab Saver Extension CRX File
Download Tab Saver 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
Tab Saver is an open source tool to save your tabs. You can save your tabs if you want to take a break from a subject when you are using too many tabs related too many different subject. Then you can reopen them as a tab group and continue where you left off! You can use it with a basic popup. Your data is not stored at anywhere but your computer. It's pure, secure and useful. You can contact me for bug reporting, feature demanding etc. Code: https://github.com/i01000101/Chrome-Tab-Saver
Extension Basic Information
Name | Tab Saver |
ID | ebkmnfjbmmfeogbaokjedeigicecplje |
Official URL | https://chromewebstore.google.com/detail/tab-saver/ebkmnfjbmmfeogbaokjedeigicecplje |
Description | Save your tabs to use them later |
File Size | 218 KB |
Installation Count | 895 |
Current Version | 1.0.0 |
Last Updated | 2021-04-14 |
Publish Date | 2021-04-13 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Make Your Life Better |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Saver", "version": "1.0.0", "description": "Save your tabs to use them later", "action": { "default_icon": "icons\/boxIcon.png", "default_popup": "popup.html", "default_title": "Tab Saver" }, "permissions": [ "tabs", "tabGroups", "storage", "unlimitedStorage" ], "icons": { "512": "icons\/boxIcon.png" } } |