Counter

A helpful, counting trio. Includes a tally counter, stopwatch, and timer.

Что такое Counter?

Counter - это расширение Chrome, разработанное https://www.countereverything.com, и его основная функция - "A helpful, counting trio. Includes a tally counter, stopwatch, and timer.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Click anywhere or use your spacebar or enter key to keep a tally count. Start, stop, and reset a stopwatch measuring a detailed time. Add your own time up to one hour to start a countdown timer.                    

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

Название Counter Counter
ID imkmehkgdebfbiefhjdhcdcaamkhkjin
Официальный URL https://chromewebstore.google.com/detail/counter/imkmehkgdebfbiefhjdhcdcaamkhkjin
Описание A helpful, counting trio. Includes a tally counter, stopwatch, and timer.
Размер файла 63.23 KB
Количество установок 241
Текущая Версия 1.0.3.2
Последнее Обновление 2020-07-15
Дата публикации 2020-06-11
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://www.countereverything.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.countereverything.com
URL страницы помощи https://www.madebysnacks.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Counter",
    "description": "A helpful, counting trio. Includes a tally counter, stopwatch, and timer.",
    "version": "1.0.3.2",
    "icons": {
        "128": "logo-128.png",
        "48": "logo-48.png",
        "16": "logo-16.png"
    },
    "browser_action": {
        "default_icon": "logo-128.png",
        "default_popup": "popup.html"
    }
}