Simple Period
Connects to your Simple Period account to instantly check your current menstrual cycle.
Was ist Simple Period?
Simple Period ist eine Chrome-Erweiterung, die von Danny Keeley entwickelt wurde, und ihr Hauptmerkmal ist "Connects to your Simple Period account to instantly check your current menstrual cycle.".
Erweiterungsscreenshots
Simple Period-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple Period-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
Pin the extension to instantly see what today is on menstrual your cycle. Go to https://simpleperiod.co.uk/home to add your period date to the diary. To choose custom colours that will show both on your diary and on chrome, go to https://simpleperiod.co.uk/settings and change the colours under Estimations.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lcpgakmdphdcpjpmmgfbgklkedjmngpo |
Offizielle URL | https://chrome.google.com/webstore/detail/simple-period/lcpgakmdphdcpjpmmgfbgklkedjmngpo |
Beschreibung | Connects to your Simple Period account to instantly check your current menstrual cycle. |
Dateigröße | 83.13 KB |
Installationsanzahl | 37 |
Aktuelle Version | 0.5 |
Letztes Update | 2021-02-07 |
Veröffentlichungsdatum | 2021-01-19 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Danny Keeley |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://simpleperiod.co.uk/home |
Hilfeseite URL | https://simpleperiod.co.uk/help |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Period", "version": "0.5", "description": "Connects to your Simple Period account to instantly check your current menstrual cycle.", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "permissions": [ "storage" ] } |