Clean Timer

Helps you organize and optimize the tasks that matter for you

Что такое Clean Timer?

Clean Timer - это расширение Chrome, разработанное Hideki OTSUKA, и его основная функция - "Helps you organize and optimize the tasks that matter for you".

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

screenshot
screenshot
screenshot

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

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

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

                        Organise yourself and manage your time easily by setting timers.
Clean Timer offers a simple, very easy to use interface with a large nice display.

Main features :
- Set up multiple precise timers
- Choose for each timer, the alarm you want
- Pause & resume your timers at any time
- Use a stopwatch and time yourself easily

Note : I will try to regularly update this app so please send me an email if you find any bugs or if you have improvement suggestions.                    

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

Название Clean Timer Clean Timer
ID jobneimllpaijdidliomlnekgjkjhpfn
Официальный URL https://chromewebstore.google.com/detail/clean-timer/jobneimllpaijdidliomlnekgjkjhpfn
Описание Helps you organize and optimize the tasks that matter for you
Размер файла 1.62 MB
Количество установок 658
Текущая Версия 1.2.1
Последнее Обновление 2020-04-10
Дата публикации 2020-04-10
Рейтинг 4.14/5 Всего 7 оценок
Разработчик Hideki OTSUKA
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean Timer",
    "version": "1.2.1",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Helps you organize and optimize the tasks that matter for you",
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Clean Timer",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 2
}