TabList

This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.

Co je TabList?

TabList je rozšíření Chrome vyvinuté Arthur Gerkis, a jeho hlavní funkcí je „This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TabList

Stáhněte si soubory rozšíření TabList ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název TabList TabList
ID degjjfncecoliapmdalnecogigkhldam
Oficiální URL https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam
Popis This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
Velikost souboru 341 KB
Počet instalací 217
Aktuální Verze 1.0.9
Poslední Aktualizace 2017-09-04
Datum Vydání 2017-09-04
Hodnocení 4.00/5 Celkem 5 Hodnocení
Vývojář Arthur Gerkis
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}