Tab Graph

Statistics on the history of how many tabs you have open.

Что такое Tab Graph?

Tab Graph - это расширение Chrome, разработанное Jim Woodward, и его основная функция - "Statistics on the history of how many tabs you have open.".

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

screenshot
screenshot

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

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

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

                        Do you have loads of tabs open all the time? Do you ever wonder just how many tabs you open, and how busy Chrome gets? Tab Graph has these answers, AND it shows you a graph of your activity.

- It tells you how many tabs you have opened today.
- It tells you the maximum number of tabs you got up to today.
- Get a summary of the data for this week, this month, this year. As well as all time.

The badge shows you at a glance how many tabs are currently open across all windows. As your work day gets more and more hectic, and you open more and more tabs, then the badge color changes to match your mood!                    

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

Название Tab Graph Tab Graph
ID deepnnihcdhoejjjjllojopgigodejpn
Официальный URL https://chromewebstore.google.com/detail/tab-graph/deepnnihcdhoejjjjllojopgigodejpn
Описание Statistics on the history of how many tabs you have open.
Размер файла 64.99 KB
Количество установок 35
Текущая Версия 1.1
Последнее Обновление 2018-05-28
Дата публикации 2018-05-28
Рейтинг 4.00/5 Всего 2 оценок
Разработчик Jim Woodward
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "Tab Graph",
    "description": "Statistics on the history of how many tabs you have open.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/triangle_19.png",
            "38": "images\/triangle_38.png"
        },
        "default_title": "Tab Graph",
        "default_popup": "main.html"
    },
    "icons": {
        "128": "images\/triangle_128.png",
        "48": "images\/triangle_48.png",
        "16": "images\/triangle_16.png"
    },
    "permissions": [
        "storage"
    ]
}