Simple Period

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

Cos'è Simple Period?

Simple Period è un'estensione di Chrome sviluppata da Danny Keeley, e la sua funzione principale è "Connects to your Simple Period account to instantly check your current menstrual cycle.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Simple Period

Scarica i file di estensione Simple Period in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Simple Period Simple Period
ID lcpgakmdphdcpjpmmgfbgklkedjmngpo
URL Ufficiale https://chrome.google.com/webstore/detail/simple-period/lcpgakmdphdcpjpmmgfbgklkedjmngpo
Descrizione Connects to your Simple Period account to instantly check your current menstrual cycle.
Dimensione del File 83.13 KB
Conteggio Installazioni 37
Versione Corrente 0.5
Ultimo Aggiornamento 2021-02-07
Data di Pubblicazione 2021-01-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Danny Keeley
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://simpleperiod.co.uk/home
URL della Pagina di Aiuto https://simpleperiod.co.uk/help
Lingue Supportate 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"
    ]
}