Simple Period

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

Simple Period क्या है?

Simple Period Danny Keeley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connects to your Simple Period account to instantly check your current menstrual cycle."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Period एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Simple Period Simple Period
ID lcpgakmdphdcpjpmmgfbgklkedjmngpo
आधिकारिक URL https://chrome.google.com/webstore/detail/simple-period/lcpgakmdphdcpjpmmgfbgklkedjmngpo
विवरण Connects to your Simple Period account to instantly check your current menstrual cycle.
फ़ाइल का आकार 83.13 KB
स्थापना संख्या 37
वर्तमान संस्करण 0.5
अंतिम अपडेट 2021-02-07
प्रकाशन तिथि 2021-01-19
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Danny Keeley
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://simpleperiod.co.uk/home
सहायता पृष्ठ URL https://simpleperiod.co.uk/help
समर्थित भाषाएँ 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"
    ]
}