Tab Groups
A variation of the firefox tab group feature for chrome.
Cos'è Tab Groups?
Tab Groups è un'estensione di Chrome sviluppata da axolotl, e la sua funzione principale è "A variation of the firefox tab group feature for chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Groups
Scarica i file di estensione Tab Groups 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
See the website readme. Informazioni di Base sull'Estensione
| Nome | |
| ID | gccimjdagnkcchleckogmciiefdngcgl |
| URL Ufficiale | https://chromewebstore.google.com/detail/tab-groups/gccimjdagnkcchleckogmciiefdngcgl |
| Descrizione | A variation of the firefox tab group feature for chrome. |
| Dimensione del File | 2.09 MB |
| Conteggio Installazioni | 193 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2015-03-18 |
| Data di Pubblicazione | 2015-03-18 |
| Valutazione | 1.67/5 Totale 15 Valutazioni |
| Sviluppatore | axolotl |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/Risto-Stevcev/tabgroups |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Groups",
"description": "A variation of the firefox tab group feature for chrome.",
"version": "0.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"storage",
"chrome:\/\/favicon\/*"
]
} | |