Timer Mulp

Make Timer great again.

Что такое Timer Mulp?

Timer Mulp - это расширение Chrome, разработанное Gilnom, и его основная функция - "Make Timer great again.".

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

screenshot
screenshot

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

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

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

                        The timer is easy to use. Has:

1.  2 types of time input.
2.  Displays the remaining time on the expansion icon.
3.  5 different timers independent of each other.                    

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

Название Timer Mulp Timer Mulp
ID ecnepgmnbjpnkpjmojhkbdboocldoccd
Официальный URL https://chrome.google.com/webstore/detail/timer-mulp/ecnepgmnbjpnkpjmojhkbdboocldoccd
Описание Make Timer great again.
Размер файла 3.68 MB
Количество установок 47
Текущая Версия 1.2
Последнее Обновление 2020-10-24
Дата публикации 2019-07-30
Разработчик Gilnom
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer Mulp",
    "version": "1.2",
    "description": "Make Timer great again.",
    "icons": {
        "48": "icons\/stopwatch482.png",
        "96": "icons\/stopwatch962.png",
        "128": "icons\/stopwatch1282.png"
    },
    "browser_action": {
        "default_title": "Timer",
        "default_popup": "popup\/Timer.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "web_accessible_resources": [
        "icons\/elk.png",
        "icons\/play.png"
    ],
    "background": {
        "page": "popup\/nothi.html"
    }
}