Auto Group Tab
Auto group your Chrome tabs
Cos'è Auto Group Tab?
Auto Group Tab è un'estensione di Chrome sviluppata da Huy Vu, e la sua funzione principale è "Auto group your Chrome tabs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Group Tab
Scarica i file di estensione Auto Group Tab 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
If you ever need to move your tabs into correct groups everytime you open the browser then this extension will auto that for you. [Require Chrome version 89] How it works: 1. Define the groups and the addresses for each group 2. Open new tabs in your browser as usual 3. Click "Group Tab" to group all your tabs ***** See the video for a better instruction and demo ***** Jot a comment if you have any feedback for this extension, I'll reply you directly.
Informazioni di Base sull'Estensione
Nome | Auto Group Tab |
ID | ockjmhnpoiklcfkdpjfbebjepehbbbco |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-group-tab/ockjmhnpoiklcfkdpjfbebjepehbbbco |
Descrizione | Auto group your Chrome tabs |
Dimensione del File | 230 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-05-09 |
Data di Pubblicazione | 2021-05-08 |
Sviluppatore | Huy Vu |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Group Tab", "description": "Auto group your Chrome tabs", "version": "1.0", "manifest_version": 3, "permissions": [ "tabs", "tabGroups", "storage" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |