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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |