Simple Period

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

Vad är Simple Period?

Simple Period är en Chrome-tillägg utvecklad av Danny Keeley, och dess huvudfunktion är "Connects to your Simple Period account to instantly check your current menstrual cycle.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Simple Period-förlängningens CRX-fil

Ladda ner Simple Period-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Simple Period Simple Period
ID lcpgakmdphdcpjpmmgfbgklkedjmngpo
Officiell webbadress https://chrome.google.com/webstore/detail/simple-period/lcpgakmdphdcpjpmmgfbgklkedjmngpo
Beskrivning Connects to your Simple Period account to instantly check your current menstrual cycle.
Filstorlek 83.13 KB
Antal Installationer 37
Aktuell Version 0.5
Senast Uppdaterad 2021-02-07
Publiceringsdatum 2021-01-19
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Danny Keeley
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://simpleperiod.co.uk/home
Hjälpsida URL https://simpleperiod.co.uk/help
Stödda Språk 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"
    ]
}