Tab Manager Auto
Fully Automated Tab Manager Extension
Tab Manager Autoとは何ですか?
Tab Manager Autoはautotabgroupsによって開発されたChromeの拡張機能で、その主な機能は「Fully Automated Tab Manager Extension」です。
拡張機能のスクリーンショット
Tab Manager Auto拡張機能のCRXファイルをダウンロード
Tab Manager Auto拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you tired of having too many tabs open and losing track of which ones belong together? Auto Tab Groups is here to help! This extension promotes ease of use by automatically grouping tabs from the same source domain into organized groups, saving you time and effort. Unlike other tab manager extensions, Auto Tab Groups takes care of the heavy lifting for you, making it easy to navigate through all of your open tabs without introducing extra workload for users. Try Auto Tab Groups and experience the convenience of a well-organized tab system. Functionality: - Auto Grouping Automatically detect tabs with the same source domain and put them into the same tab group. - Auto Ordering Push the last active tab to the first position of its tab group. Frequently visited tabs would always be found at the left section of the tab group. - Customize Grouping Users can create custom tab groups.
拡張機能の基本情報
名前 | Tab Manager Auto |
ID | mplpoddifhoaicmpbjgpfnbljcabibak |
公式URL | https://chromewebstore.google.com/detail/tab-manager-auto/mplpoddifhoaicmpbjgpfnbljcabibak |
説明 | Fully Automated Tab Manager Extension |
ファイルサイズ | 80.5 KB |
インストール数 | 1,102 |
現在のバージョン | 1.4 |
最終更新日 | 2023-02-14 |
公開日 | 2023-01-11 |
評価 | 4.25/5 合計 8 レビュー |
開発者 | autotabgroups |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Manager Auto", "description": "Fully Automated Tab Manager Extension", "version": "1.4", "manifest_version": 3, "permissions": [ "tabs", "tabGroups", "storage" ], "background": { "service_worker": "tabManager.js" }, "minimum_chrome_version": "92", "action": { "default_popup": "tabManager.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |