TabList
This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
Wat is TabList?
TabList is een Chrome-extensie ontwikkeld door Arthur Gerkis, en de belangrijkste functie is "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie TabList
Download TabList-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | TabList |
ID | degjjfncecoliapmdalnecogigkhldam |
Officiële URL | https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam |
Beschrijving | This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs. |
Bestandsgrootte | 341 KB |
Aantal Installaties | 217 |
Huidige Versie | 1.0.9 |
Laatst Bijgewerkt | 2017-09-04 |
Publicatiedatum | 2017-09-04 |
Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Arthur Gerkis |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |