Auto-Group Tabs
Automatically add tabs to your configured groups, based on their URL.
Cos'è Auto-Group Tabs?
Auto-Group Tabs è un'estensione di Chrome sviluppata da https://loilo.de, e la sua funzione principale è "Automatically add tabs to your configured groups, based on their URL.".
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
Categorize your frequently used websites and automatically add them to tab groups whenever you open them.
Informazioni di Base sull'Estensione
Nome | Auto-Group Tabs |
ID | danncghahncanipdoajmakdbeaophenb |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-group-tabs/danncghahncanipdoajmakdbeaophenb |
Descrizione | Automatically add tabs to your configured groups, based on their URL. |
Dimensione del File | 1.2 MB |
Conteggio Installazioni | 15,285 |
Versione Corrente | 0.0.20 |
Ultimo Aggiornamento | 2023-10-06 |
Data di Pubblicazione | 2021-03-16 |
Valutazione | 4.75/5 Totale 80 Valutazioni |
Sviluppatore | https://loilo.de |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/loilo/auto-group-tabs/issues |
Lingue Supportate | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.20", "manifest_version": 3, "description": "__MSG_appDesc__", "homepage_url": "https:\/\/loilo.de", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_locale": "en", "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": false, "page": "index.html?context=options" }, "action": { "default_popup": "index.html?context=popup" }, "permissions": [ "tabs", "tabGroups", "storage" ] } |