Auto Group Tabs
在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 Automatically group browser tabs in the background. You can…
Cos'è Auto Group Tabs?
Auto Group Tabs è un'estensione di Chrome sviluppata da qiangbo.xu, e la sua funzione principale è "在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 Automatically group browser tabs in the background. You can…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Group Tabs
Scarica i file di estensione Auto Group Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 Automatically group browser tabs in the background. You can customize the grouping according to the rules such as the domain or title of the tabs. At the same time, you can turn off automatic grouping and manually trigger the grouping using hotkey. 此扩展程序开源在GitHub:https://github.com/marwincn/auto-group-tabs This extension is open source on GitHub: https://github.com/marwincn/auto-group-tabs
Informazioni di Base sull'Estensione
Nome | Auto Group Tabs |
ID | mnolhkkapjcaekdgopmfolekecfhgoob |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-group-tabs/mnolhkkapjcaekdgopmfolekecfhgoob |
Descrizione | 在后台自动对浏览器标签页进行分组。可以自定义按照标签页的域名或标题等规则进行分组,同时支持关闭自动分组使用快捷键手动触发分组。 Automatically group browser tabs in the background. You can… |
Dimensione del File | 886 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 1.1.7 |
Ultimo Aggiornamento | 2022-12-06 |
Data di Pubblicazione | 2021-10-08 |
Valutazione | 4.68/5 Totale 25 Valutazioni |
Sviluppatore | qiangbo.xu |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/marwincn/auto-group-tabs |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Group Tabs", "description": "", "version": "1.1.7", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "tabGroups" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/auto-group-tabs.png", "32": "\/images\/auto-group-tabs.png", "48": "\/images\/auto-group-tabs.png", "128": "\/images\/auto-group-tabs.png" } }, "icons": { "16": "\/images\/auto-group-tabs.png", "32": "\/images\/auto-group-tabs.png", "48": "\/images\/auto-group-tabs.png", "128": "\/images\/auto-group-tabs.png" }, "commands": { "group_right_now": { "suggested_key": { "default": "Alt+G" }, "description": "Group all tabs right now" } } } |