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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}