Interval Timer

It is a timer that can set the interval.

Что такое Interval Timer?

Interval Timer - это расширение Chrome, разработанное Takashi Suzuki, и его основная функция - "It is a timer that can set the interval.".

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

screenshot

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

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

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

                        When you set the time, the set timers will run in sequence.

It counts in the background and notifies you when it is time.

Please use it when you want to concentrate.
 
Interval Timer does not send your data to anywhere.

=== ver 1.1.1 ===
Added sound at the end of the alarm.                    

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

Название Interval Timer Interval Timer
ID ggofbbndaeneibofhcakocmknlcoleaa
Официальный URL https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa
Описание It is a timer that can set the interval.
Размер файла 367 KB
Количество установок 1,977
Текущая Версия 1.1.2
Последнее Обновление 2020-11-19
Дата публикации 2020-04-26
Рейтинг 4.91/5 Всего 11 оценок
Разработчик Takashi Suzuki
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/belltreeSzk/chrome-program-timer
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-16.png",
            "38": "images\/icon-32.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "notifications"
    ]
}