TabList
This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
What is TabList?
TabList is a Chrome extension developed by Arthur Gerkis, and its main feature is "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.".
Extension Screenshots
Download TabList Extension CRX File
Download TabList extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | TabList |
ID | degjjfncecoliapmdalnecogigkhldam |
Official URL | 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. |
File Size | 341 KB |
Installation Count | 217 |
Current Version | 1.0.9 |
Last Updated | 2017-09-04 |
Publish Date | 2017-09-04 |
Rating | 4.00/5 Total 5 Ratings |
Developer | Arthur Gerkis |
Payment Type | free |
Supported Languages | 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\/*" ] } |