Simple Timer

Shows an alert after predetermined number of minutes

Что такое Simple Timer?

Simple Timer - это расширение Chrome, разработанное Buddha, и его основная функция - "Shows an alert after predetermined number of minutes".

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

screenshot
screenshot
screenshot

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

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

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

                        Did you want to setup a reminder about how long you want to browse a website before starting it? Use Simple Timer. Right Click anywhere in chrome to see a Simple Timer context menu item. Enter number of minutes you want to be reminded after. You can use numbers like 1.5 to be reminded after 90 seconds. 

Icon Designed by https://www.iconfinder.com/denir                    

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

Название Simple Timer Simple Timer
ID emmpnaoanpjpdeohclgcijidniippdfb
Официальный URL https://chrome.google.com/webstore/detail/simple-timer/emmpnaoanpjpdeohclgcijidniippdfb
Описание Shows an alert after predetermined number of minutes
Размер файла 11.67 KB
Количество установок 124
Текущая Версия 1.0
Последнее Обновление 2015-09-06
Дата публикации 2015-09-06
Рейтинг 4.00/5 Всего 2 оценок
Разработчик Buddha
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Timer",
    "description": "Shows an alert after predetermined number of minutes",
    "version": "1.0",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "timer20.png",
        "48": "timer48.png",
        "128": "timer128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ]
}