Period Countdown

A Chrome extension that accompanies the Period Countdown (periods.io) website.

Was ist Period Countdown?

Period Countdown ist eine Chrome-Erweiterung, die von https://periods.io entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension that accompanies the Period Countdown (periods.io) website.".

Erweiterungsscreenshots

screenshot

Period Countdown-Erweiterungs-CRX-Datei herunterladen

Laden Sie Period Countdown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Period Countdown Period Countdown
ID enpponilfcooflcegkodmpdgboooohjm
Offizielle URL https://chromewebstore.google.com/detail/period-countdown/enpponilfcooflcegkodmpdgboooohjm
Beschreibung A Chrome extension that accompanies the Period Countdown (periods.io) website.
Dateigröße 108 KB
Installationsanzahl 2,138
Aktuelle Version 4.0.0
Letztes Update 2020-08-20
Veröffentlichungsdatum 2019-07-14
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://periods.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://periods.io
URL der Datenschutzrichtlinien-Seite https://periodcountdown.wordpress.com/privacy
Unterstützte Sprachen 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"
    }
}