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 |
电子邮箱 | [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" ] } |