Countdown
Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
Что такое Countdown?
Countdown - это расширение Chrome, разработанное Kha Tran, и его основная функция - "Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…".
Снимки экрана расширения
Скачать файл CRX расширения Countdown
Скачайте файлы расширений Countdown в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Easy to create a countdown timer. You can note everything here and remind yourself when events happen.
Your counter will automatically repeat if you want. You will receive a reminder when it's on time.
If you have any feedback or trouble email us at [email protected]. Основная информация о расширении
| Название | |
| ID | oajaibohggffldmcmgffckjbicimdnej |
| Официальный URL | https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej |
| Описание | Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will… |
| Размер файла | 74.22 KB |
| Количество установок | 18 |
| Текущая Версия | 1.0.5 |
| Последнее Обновление | 2019-11-22 |
| Дата публикации | 2019-11-21 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Kha Tran |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Countdown",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"version": "1.0.5",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"background": {
"scripts": [
"background.min.js"
],
"persistent": true
},
"permissions": [
"background",
"notifications",
"tabs",
"storage"
]
} | |