TotalTab
Save & launch bunches of tabs in one go
What is TotalTab?
TotalTab is a Chrome extension developed by https://redblueprint.com, and its main feature is "Save & launch bunches of tabs in one go".
Extension Screenshots
Download TotalTab Extension CRX File
Download TotalTab 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
Got loads of tabs open? Running low on memory? Save them in a list and speed up your browser All your tabs are stored locally and are never transmitted anywhere.
Extension Basic Information
Name | TotalTab |
ID | gelllpfobikcnaamfacldgeipppbdeed |
Official URL | https://chromewebstore.google.com/detail/totaltab/gelllpfobikcnaamfacldgeipppbdeed |
Description | Save & launch bunches of tabs in one go |
File Size | 471 KB |
Installation Count | 37 |
Current Version | 3.3 |
Last Updated | 2021-07-23 |
Publish Date | 2020-08-11 |
Developer | https://redblueprint.com |
[email protected] | |
Payment Type | free |
Extension Website | https://redblueprint.com/totaltab |
Help Page URL | https://redblueprint.com |
Privacy Policy Page URL | https://netclicker.tv/privacy.html |
Supported Languages | en,fr,es,it,pt-BR,pt-PT,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_app_name__", "manifest_version": 3, "version": "3.3", "default_locale": "en", "description": "__MSG_app_description__", "action": { "default_icon": "images\/app_icon_128.png", "default_title": "Total Tab", "default_popup": "popup\/popup.html" }, "icons": { "16": "images\/app_icon_16.png", "32": "images\/app_icon_32.png", "48": "images\/app_icon_48.png", "128": "images\/app_icon_128.png" }, "background": { "service_worker": "background.js" }, "options_page": "options\/options.html", "web_accessible_resources": [ { "resources": [ "popup\/images\/*.png" ], "matches": [ "https:\/\/redblueprint.com\/*" ] } ], "permissions": [ "storage", "unlimitedStorage", "contextMenus", "scripting" ], "host_permissions": [ " |