Simple Period

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

Apa itu Simple Period?

Simple Period adalah ekstensi Chrome yang dikembangkan oleh Danny Keeley, dan fitur utamanya adalah "Connects to your Simple Period account to instantly check your current menstrual cycle.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Simple Period

Unduh file ekstensi Simple Period dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Simple Period Simple Period
ID lcpgakmdphdcpjpmmgfbgklkedjmngpo
URL Resmi https://chrome.google.com/webstore/detail/simple-period/lcpgakmdphdcpjpmmgfbgklkedjmngpo
Deskripsi Connects to your Simple Period account to instantly check your current menstrual cycle.
Ukuran File 83.13 KB
Jumlah Instalasi 37
Versi Saat Ini 0.5
Terakhir Diperbarui 2021-02-07
Tanggal Publikasi 2021-01-19
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Danny Keeley
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://simpleperiod.co.uk/home
URL Halaman Bantuan https://simpleperiod.co.uk/help
Bahasa yang Didukung 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"
    ]
}