CountDown Timer
Use to count the number of days,hours,sec remaining
Что такое CountDown Timer?
CountDown Timer - это расширение Chrome, разработанное Sumit Shitole, и его основная функция - "Use to count the number of days,hours,sec remaining".
Снимки экрана расширения
Скачать файл CRX расширения CountDown Timer
Скачайте файлы расширений CountDown Timer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Introducing our Chrome extension – a powerful countdown timer at your fingertips! Stay organized and boost productivity with our user-friendly timer. Set customizable countdowns for any task or event, whether it's a work deadline, study session, or a quick break. Enhance your time management skills and stay on track with this intuitive tool. Download now for a seamless countdown experience right in your browser! We have updated the design of extension and added few features.
Основная информация о расширении
Название | CountDown Timer |
ID | pajmmdmjkjjhogcgloaphjibbpdhmklp |
Официальный URL | https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp |
Описание | Use to count the number of days,hours,sec remaining |
Размер файла | 242 KB |
Количество установок | 1,437 |
Текущая Версия | 2.0 |
Последнее Обновление | 2023-12-31 |
Дата публикации | 2019-11-06 |
Рейтинг | 4.67/5 Всего 24 оценок |
Разработчик | Sumit Shitole |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | https://linkedin.com/in/sumit-shitole/ |
URL страницы помощи | https://github.com/SumitShitole |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CountDown Timer", "version": "2.0", "description": "Use to count the number of days,hours,sec remaining", "icons": { "16": "Icon.png", "32": "Icon-32.png" }, "action": { "default_popup": "Counter.html", "default_icon": "Icon.png" }, "permissions": [ "storage", "notifications" ], "background": { "service_worker": "js\/background.js" } } |