Timer

This simple timer tells you when your time is up.

Что такое Timer?

Timer - это расширение Chrome, разработанное Kuba Szulaczkowski, и его основная функция - "This simple timer tells you when your time is up.".

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

screenshot

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

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

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

                        Set it for up to 4 hours
Pause or start the timer over
Persistent desktop notification with looping sound

Additional sounds are available as an in-app payment                    

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

Название Timer Timer
ID hepmlgghomccjinhcnkkikjpgkjibglj
Официальный URL https://chromewebstore.google.com/detail/timer/hepmlgghomccjinhcnkkikjpgkjibglj
Описание This simple timer tells you when your time is up.
Размер файла 522 KB
Количество установок 164,548
Текущая Версия 1.3.0.2
Последнее Обновление 2018-10-03
Дата публикации 2018-10-03
Рейтинг 4.20/5 Всего 498 оценок
Разработчик Kuba Szulaczkowski
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timer",
    "version": "1.3.0.2",
    "manifest_version": 2,
    "description": "This simple timer tells you when your time is up.",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/clock.png",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "50",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        "img\/48.png"
    ]
}