Simple Period
Connects to your Simple Period account to instantly check your current menstrual cycle.
Wat is Simple Period?
Simple Period is een Chrome-extensie ontwikkeld door Danny Keeley, en de belangrijkste functie is "Connects to your Simple Period account to instantly check your current menstrual cycle.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Period
Download Simple Period-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | lcpgakmdphdcpjpmmgfbgklkedjmngpo |
Officiële URL | https://chrome.google.com/webstore/detail/simple-period/lcpgakmdphdcpjpmmgfbgklkedjmngpo |
Beschrijving | Connects to your Simple Period account to instantly check your current menstrual cycle. |
Bestandsgrootte | 83.13 KB |
Aantal Installaties | 37 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2021-02-07 |
Publicatiedatum | 2021-01-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Danny Keeley |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://simpleperiod.co.uk/home |
Help Pagina-URL | https://simpleperiod.co.uk/help |
Ondersteunde Talen | 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" ] } |