TabList

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

Co to jest TabList?

TabList to rozszerzenie Chrome opracowane przez Arthur Gerkis, a jego główną funkcją jest „This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TabList

Pobierz pliki rozszerzeń TabList w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa TabList TabList
ID degjjfncecoliapmdalnecogigkhldam
Oficjalny URL https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam
Opis This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
Rozmiar pliku 341 KB
Liczba instalacji 217
Aktualna Wersja 1.0.9
Ostatnia Aktualizacja 2017-09-04
Data Publikacji 2017-09-04
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper Arthur Gerkis
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}