TabList
This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
Was ist TabList?
TabList ist eine Chrome-Erweiterung, die von Arthur Gerkis entwickelt wurde, und ihr Hauptmerkmal ist "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.".
Erweiterungsscreenshots
TabList-Erweiterungs-CRX-Datei herunterladen
Laden Sie TabList-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | degjjfncecoliapmdalnecogigkhldam |
| Offizielle URL | https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam |
| Beschreibung | This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs. |
| Dateigröße | 341 KB |
| Installationsanzahl | 217 |
| Aktuelle Version | 1.0.9 |
| Letztes Update | 2017-09-04 |
| Veröffentlichungsdatum | 2017-09-04 |
| Bewertung | 4.00/5 Insgesamt 5 Bewertungen |
| Entwickler | Arthur Gerkis |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |