Period Countdown
A Chrome extension that accompanies the Period Countdown (periods.io) website.
Что такое Period Countdown?
Period Countdown - это расширение Chrome, разработанное https://periods.io, и его основная функция - "A Chrome extension that accompanies the Period Countdown (periods.io) website.".
Снимки экрана расширения
Скачать файл CRX расширения Period Countdown
Скачайте файлы расширений Period Countdown в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Do you ever find yourself wondering how many minutes remain before lunch? Or how many minutes you have until class begins? After installing this extension, you can easily and quickly open an interactive countdown timer that shows this information and more. This extension accompanies Period Countdown (web application located at periods.io). The website and extension interact seamlessly — thus, when you change a preference on the full website (like a period name or theme), the changes will immediately propagate to the extension. Disclaimer: This extension and its website (periods.io) are not officially endorsed or affiliated with any high school. Thus, we cannot guarantee the accuracy of our applications.
Основная информация о расширении
Название | Period Countdown |
ID | enpponilfcooflcegkodmpdgboooohjm |
Официальный URL | https://chromewebstore.google.com/detail/period-countdown/enpponilfcooflcegkodmpdgboooohjm |
Описание | A Chrome extension that accompanies the Period Countdown (periods.io) website. |
Размер файла | 108 KB |
Количество установок | 2,138 |
Текущая Версия | 4.0.0 |
Последнее Обновление | 2020-08-20 |
Дата публикации | 2019-07-14 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | https://periods.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://periods.io |
URL страницы политики конфиденциальности | https://periodcountdown.wordpress.com/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Period Countdown", "short_name": "Countdown", "version": "4.0.0", "description": "A Chrome extension that accompanies the Period Countdown (periods.io) website.", "browser_action": { "default_popup": "popup.html", "default_icon": "\/img\/1024.png" }, "icons": { "1024": "\/img\/1024.png" } } |