Period Countdown
A Chrome extension that accompanies the Period Countdown (periods.io) website.
Vad är Period Countdown?
Period Countdown är en Chrome-tillägg utvecklad av https://periods.io, och dess huvudfunktion är "A Chrome extension that accompanies the Period Countdown (periods.io) website.".
Tilläggsskärmbilder
Ladda ner Period Countdown-förlängningens CRX-fil
Ladda ner Period Countdown-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Period Countdown |
ID | enpponilfcooflcegkodmpdgboooohjm |
Officiell webbadress | https://chromewebstore.google.com/detail/period-countdown/enpponilfcooflcegkodmpdgboooohjm |
Beskrivning | A Chrome extension that accompanies the Period Countdown (periods.io) website. |
Filstorlek | 108 KB |
Antal Installationer | 2,138 |
Aktuell Version | 4.0.0 |
Senast Uppdaterad | 2020-08-20 |
Publiceringsdatum | 2019-07-14 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://periods.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://periods.io |
URL till Sekretesspolicy Sidan | https://periodcountdown.wordpress.com/privacy |
Stödda Språk | 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" } } |