Simple Period
Connects to your Simple Period account to instantly check your current menstrual cycle.
Hvad er Simple Period?
Simple Period er en Chrome-udvidelse udviklet af Danny Keeley, og dens hovedfunktion er "Connects to your Simple Period account to instantly check your current menstrual cycle.".
Udvidelsesskærmbilleder
Download Simple Period-udvidelses-CRX-fil
Download Simple Period-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lcpgakmdphdcpjpmmgfbgklkedjmngpo |
Officiel URL | https://chrome.google.com/webstore/detail/simple-period/lcpgakmdphdcpjpmmgfbgklkedjmngpo |
Beskrivelse | Connects to your Simple Period account to instantly check your current menstrual cycle. |
Filstørrelse | 83.13 KB |
Antal Installationer | 37 |
Nuværende Version | 0.5 |
Senest Opdateret | 2021-02-07 |
Udgivelsesdato | 2021-01-19 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Danny Keeley |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://simpleperiod.co.uk/home |
Hjælpeside-URL | https://simpleperiod.co.uk/help |
Understøttede Sprog | 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" ] } |