Simple Period

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

什麼是Simple Period?

Simple Period是由Danny Keeley開發的Chrome擴展程式,該擴展的主要功能是“Connects to your Simple Period account to instantly check your current menstrual cycle.”。

擴展截圖

screenshot
screenshot
screenshot

下載Simple Period擴展crx文件

下載Simple Period擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}