Timer
A chrome extension that allows you to set timer and alert
Что такое Timer?
Timer - это расширение Chrome, разработанное Thu Nguyen, и его основная функция - "A chrome extension that allows you to set timer and alert".
Снимки экрана расширения
Скачать файл CRX расширения Timer
Скачайте файлы расширений Timer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A basic timer with sound and notifications. Can set time up to hours as
Основная информация о расширении
Название | Timer |
ID | jeeccbgpjcoijhgboccheomodgnhaddi |
Официальный URL | https://chromewebstore.google.com/detail/timer/jeeccbgpjcoijhgboccheomodgnhaddi |
Описание | A chrome extension that allows you to set timer and alert |
Размер файла | 297 KB |
Количество установок | 422 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2016-11-11 |
Дата публикации | 2016-11-10 |
Рейтинг | 4.25/5 Всего 4 оценок |
Разработчик | Thu Nguyen |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "version": "1.0.0", "description": "A chrome extension that allows you to set timer and alert", "author": "ThuNguyen", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "Set!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications" ] } |