Timer: the Simple Timer

A simple,minimalist 25 minutes timer.

Что такое Timer: the Simple Timer?

Timer: the Simple Timer - это расширение Chrome, разработанное valya.situation, и его основная функция - "A simple,minimalist 25 minutes timer.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Timer: the Simple Timer

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

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

                        One click starts the 25 minute timer. With constant monitoring of the remaining time. When time runs out, it alerts.                    

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

Название Timer: the Simple Timer Timer: the Simple Timer
ID pbncilcogkcfjdfbdaikpofojdcfgplo
Официальный URL https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo
Описание A simple,minimalist 25 minutes timer.
Размер файла 100 KB
Количество установок 53
Текущая Версия 1.8
Последнее Обновление 2019-08-03
Дата публикации 2019-08-03
Рейтинг 5.00/5 Всего 1 оценок
Разработчик valya.situation
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки de,en,fr,es,it,pl,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Timer.png",
        "default_title": "Timer"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "Timer_128.png",
        "16": "Timer_16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "Timer"
    },
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "short_name": "Timer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8"
}