Tab Counter

Shows the amount of tabs you've created on every new tab.

Что такое Tab Counter?

Tab Counter - это расширение Chrome, разработанное metarmask, и его основная функция - "Shows the amount of tabs you've created on every new tab.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Replaces the new tab page with a counter showing the amount of tabs you've opened. The count is synced to your account and will follow you anywhere.

Change the font, size and color of the number, replace the background with a beautiful picture of a mountain or a gradient - how your new tab looks is up to you.                    

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

Название Tab Counter Tab Counter
ID mahddlcedaddgnglfdlgphgdkgcjocbf
Официальный URL https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf
Описание Shows the amount of tabs you've created on every new tab.
Размер файла 16.79 KB
Количество установок 56
Текущая Версия 2.0
Последнее Обновление 2016-07-23
Дата публикации 2016-07-23
Рейтинг 3.50/5 Всего 4 оценок
Разработчик metarmask
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Counter",
    "description": "Shows the amount of tabs you've created on every new tab.",
    "version": "2.0",
    "minimum_chrome_version": "51",
    "icons": {
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}