TabList

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

Что такое TabList?

TabList - это расширение Chrome, разработанное Arthur Gerkis, и его основная функция - "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения TabList

Скачайте файлы расширений TabList в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название TabList TabList
ID degjjfncecoliapmdalnecogigkhldam
Официальный URL https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam
Описание This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
Размер файла 341 KB
Количество установок 217
Текущая Версия 1.0.9
Последнее Обновление 2017-09-04
Дата публикации 2017-09-04
Рейтинг 4.00/5 Всего 5 оценок
Разработчик Arthur Gerkis
Тип оплаты free
Поддерживаемые языки 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\/*"
    ]
}