Count Down Timer
Simple count down timer - by govindpatel(https://github.com/govindpatel)
Что такое Count Down Timer?
Count Down Timer - это расширение Chrome, разработанное https://patelgovind.blogspot.in, и его основная функция - "Simple count down timer - by govindpatel(https://github.com/govindpatel)".
Снимки экрана расширения
Скачать файл CRX расширения Count Down Timer
Скачайте файлы расширений Count Down Timer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
It is a very simple count down timer. I made this so that user who like less distraction can use it. It contain slider so that user can easily interact and set the time. It play audio and show notification for ~5 sec once the timer completes. The audio sound doesn't continue for long time so that user don't get too much distracted by that.
Основная информация о расширении
Название | Count Down Timer |
ID | bffggfbgecbjiildkanipjifdpdfopci |
Официальный URL | https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci |
Описание | Simple count down timer - by govindpatel(https://github.com/govindpatel) |
Размер файла | 93.27 KB |
Количество установок | 629 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-08-24 |
Дата публикации | 2015-07-14 |
Рейтинг | 4.25/5 Всего 4 оценок |
Разработчик | https://patelgovind.blogspot.in |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Count Down Timer", "description": "Simple count down timer - by govindpatel(https:\/\/github.com\/govindpatel)", "version": "1.0", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "res\/icon1.png", "default_popup": "popup.html", "default_title": "Count Down Timer" }, "icons": { "16": "res\/icon1.png", "48": "res\/icon32.png", "128": "res\/icon128.png" }, "permissions": [ "notifications" ] } |