Tab Box
Tab Manager
Tab Boxとは何ですか?
Tab Boxはtejkar777によって開発されたChromeの拡張機能で、その主な機能は「Tab Manager」です。
拡張機能のスクリーンショット
Tab Box拡張機能のCRXファイルをダウンロード
Tab Box拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tab manager for managing multiple open tabs with simplicity. Tab Box is a tab manager extension for Chrome that helps you manage multiple open tabs while using minimal system resources. Tab Box also comes with the tools for quick navigation to open tabs, and to easily save tabs. User can see the list of all open tabs. User can select multiple tabs and save them. 'Resource' tab will show all the saved tabs title. User can click on the item to open that link.
拡張機能の基本情報
名前 | Tab Box |
ID | habiejhoecconkpglffkehpfohefkpjk |
公式URL | https://chromewebstore.google.com/detail/tab-box/habiejhoecconkpglffkehpfohefkpjk |
説明 | Tab Manager |
ファイルサイズ | 9.51 KB |
インストール数 | 347 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-11-07 |
公開日 | 2021-11-06 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | tejkar777 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.freeprivacypolicy.com/live/0c778ee0-1aed-4a34-8716-fba023d236fc |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Box", "description": "Tab Manager", "version": "1.0.0", "manifest_version": 2, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "logo.png" } }, "icons": { "128": "logo.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/kit.fontawesome.com\/11f67e7c0a.js https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/js\/bootstrap.bundle.min.js; object-src 'self'" } |