liTimer

The most simple countdown timer ever

Что такое liTimer?

liTimer - это расширение Chrome, разработанное https://peterjezik.com, и его основная функция - "The most simple countdown timer ever".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Just write a time in any imaginable format, hit "Enter" and liTimer will notice you when the time is up.

For example:

write 34m 23s or 34 min 23 sec etc. for 34 minutes and 23 seconds

write 2:35:23 or 2 35 23 or 2-35-23 etc. for 2 hours 35 minutes and 23 seconds

write 2:35 or 2 35 or 2-35 etc. for 2 hours 35 minutes

or write just 35 for 35 minutes

Hit enter while the input field is empty and the time/Done label will be cleared.                    

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

Название liTimer liTimer
ID fgdmhecedeljjocjbhknacbkmmkhanpg
Официальный URL https://chromewebstore.google.com/detail/litimer/fgdmhecedeljjocjbhknacbkmmkhanpg
Описание The most simple countdown timer ever
Размер файла 12.67 KB
Количество установок 314
Текущая Версия 1.2
Последнее Обновление 2019-12-01
Дата публикации 2019-12-01
Рейтинг 4.67/5 Всего 6 оценок
Разработчик https://peterjezik.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "liTimer",
    "version": "1.2",
    "description": "The most simple countdown timer ever",
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/done.png"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/19.png",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}