TabList
This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
Cos'è TabList?
TabList è un'estensione di Chrome sviluppata da Arthur Gerkis, e la sua funzione principale è "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TabList
Scarica i file di estensione TabList 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 extension will replace a standard new tab page with own page and will list all opened tabs (very useful when you lots of them). You can manage your tabs from this list — rearrange tabs by dragging and dropping, close, refresh, focus, free memory. Also it can view your bookmarks bar.
You can find code here: https://github.com/ax330d/TabList Informazioni di Base sull'Estensione
| Nome | |
| ID | degjjfncecoliapmdalnecogigkhldam |
| URL Ufficiale | https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam |
| Descrizione | This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs. |
| Dimensione del File | 341 KB |
| Conteggio Installazioni | 217 |
| Versione Corrente | 1.0.9 |
| Ultimo Aggiornamento | 2017-09-04 |
| Data di Pubblicazione | 2017-09-04 |
| Valutazione | 4.00/5 Totale 5 Valutazioni |
| Sviluppatore | Arthur Gerkis |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TabList",
"version": "1.0.9",
"description": "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.",
"chrome_url_overrides": {
"newtab": "newTab.html"
},
"incognito": "split",
"icons": {
"128": "icon.png"
},
"permissions": [
"tabs",
"bookmarks",
"storage",
"chrome:\/\/favicon\/"
],
"options_page": "options.html",
"manifest_version": 2,
"web_accessible_resources": [
"fonts\/*"
]
} | |