TabList
This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
Qu'est-ce que TabList ?
TabList est une extension Chrome développée par Arthur Gerkis, et sa fonction principale est "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TabList
Téléchargez les fichiers d'extension TabList au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | TabList |
ID | degjjfncecoliapmdalnecogigkhldam |
URL Officiel | https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam |
Description | This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs. |
Taille du Fichier | 341 KB |
Nombre d'Installations | 217 |
Version Actuelle | 1.0.9 |
Dernière Mise à Jour | 2017-09-04 |
Date de Publication | 2017-09-04 |
Évaluation | 4.00/5 Total 5 Évaluations |
Développeur | Arthur Gerkis |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |