Donut counter

A simple click counter that measures in donuts

Что такое Donut counter?

Donut counter - это расширение Chrome, разработанное weissz17, и его основная функция - "A simple click counter that measures in donuts".

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

screenshot

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

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

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

                        A simple counter that is easy to add or subtract one at a time. It is great for teachers and educators, or anyone who needs a simple, fun way of keeping track of a single number over long periods of time. It always saves the number when you close your browser or even totally quit out of chrome. Simple, elegant, fun -- Donut counter.                    

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

Название Donut counter Donut counter
ID nikhadcajooembobfjnhegmpiddijmpa
Официальный URL https://chrome.google.com/webstore/detail/donut-counter/nikhadcajooembobfjnhegmpiddijmpa
Описание A simple click counter that measures in donuts
Размер файла 163 KB
Количество установок 1,000
Текущая Версия 5.0
Последнее Обновление 2017-02-01
Дата публикации 2017-02-01
Рейтинг 2.77/5 Всего 13 оценок
Разработчик weissz17
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donut counter",
    "description": "A simple click counter that measures in donuts",
    "version": "5.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png"
    }
}