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 |
官方網址 | 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 |
電子郵箱 | [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" } } |