Simple Period

Connects to your Simple Period account to instantly check your current menstrual cycle.

Qu'est-ce que Simple Period ?

Simple Period est une extension Chrome développée par Danny Keeley, et sa fonction principale est "Connects to your Simple Period account to instantly check your current menstrual cycle.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Simple Period

Téléchargez les fichiers d'extension Simple Period au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Simple Period Simple Period
ID lcpgakmdphdcpjpmmgfbgklkedjmngpo
URL Officiel https://chrome.google.com/webstore/detail/simple-period/lcpgakmdphdcpjpmmgfbgklkedjmngpo
Description Connects to your Simple Period account to instantly check your current menstrual cycle.
Taille du Fichier 83.13 KB
Nombre d'Installations 37
Version Actuelle 0.5
Dernière Mise à Jour 2021-02-07
Date de Publication 2021-01-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur Danny Keeley
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://simpleperiod.co.uk/home
URL de la Page d'Aide https://simpleperiod.co.uk/help
Langues Prises en Charge 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"
    ]
}