TotalTab
Save & launch bunches of tabs in one go
TotalTabとは何ですか?
TotalTabはhttps://redblueprint.comによって開発されたChromeの拡張機能で、その主な機能は「Save & launch bunches of tabs in one go」です。
拡張機能のスクリーンショット
TotalTab拡張機能のCRXファイルをダウンロード
TotalTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | TotalTab |
ID | gelllpfobikcnaamfacldgeipppbdeed |
公式URL | https://chromewebstore.google.com/detail/totaltab/gelllpfobikcnaamfacldgeipppbdeed |
説明 | Save & launch bunches of tabs in one go |
ファイルサイズ | 471 KB |
インストール数 | 37 |
現在のバージョン | 3.3 |
最終更新日 | 2021-07-23 |
公開日 | 2020-08-11 |
開発者 | https://redblueprint.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://redblueprint.com/totaltab |
ヘルプページのURL | https://redblueprint.com |
プライバシーポリシーページのURL | https://netclicker.tv/privacy.html |
対応言語 | 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": [ " |