Period Countdown
A Chrome extension that accompanies the Period Countdown (periods.io) website.
What is Period Countdown?
Period Countdown is a Chrome extension developed by https://periods.io, and its main feature is "A Chrome extension that accompanies the Period Countdown (periods.io) website.".
Extension Screenshots
Download Period Countdown Extension CRX File
Download Period Countdown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Period Countdown |
ID | enpponilfcooflcegkodmpdgboooohjm |
Official URL | https://chromewebstore.google.com/detail/period-countdown/enpponilfcooflcegkodmpdgboooohjm |
Description | A Chrome extension that accompanies the Period Countdown (periods.io) website. |
File Size | 108 KB |
Installation Count | 2,138 |
Current Version | 4.0.0 |
Last Updated | 2020-08-20 |
Publish Date | 2019-07-14 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://periods.io |
[email protected] | |
Payment Type | free |
Extension Website | https://periods.io |
Privacy Policy Page URL | https://periodcountdown.wordpress.com/privacy |
Supported Languages | 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" } } |