Tab Manager Pro
This extension allows you to manage your tabs by grouping them for later consumption
Cos'è Tab Manager Pro?
Tab Manager Pro è un'estensione di Chrome sviluppata da gsrai, e la sua funzione principale è "This extension allows you to manage your tabs by grouping them for later consumption".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Manager Pro
Scarica i file di estensione Tab Manager Pro 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
This is a chrome extension that allows you to create named groups of tabs so you may consume them later. I made it for myself really, i am a self professed tab hoarder. Informazioni di Base sull'Estensione
| Nome | |
| ID | ebfpahimijhihjjnepkoojfpgpllbcdf |
| URL Ufficiale | https://chromewebstore.google.com/detail/tab-manager-pro/ebfpahimijhihjjnepkoojfpgpllbcdf |
| Descrizione | This extension allows you to manage your tabs by grouping them for later consumption |
| Dimensione del File | 333 KB |
| Conteggio Installazioni | 590 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2017-06-09 |
| Data di Pubblicazione | 2017-06-08 |
| Valutazione | 3.85/5 Totale 13 Valutazioni |
| Sviluppatore | gsrai |
| Tipo di Pagamento | free |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Manager Pro",
"version": "1.1",
"author": "Gagondeep Srai",
"description": "This extension allows you to manage your tabs by grouping them for later consumption",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"incognito": "not_allowed",
"browser_action": {
"default_icon": "icons\/icon128.png",
"default_popup": "index.html",
"default_title": "manage your tabs"
},
"permissions": [
"tabs",
"storage",
"downloads"
]
} | |