Simple Period
Connects to your Simple Period account to instantly check your current menstrual cycle.
Simple Period là gì?
Simple Period là một tiện ích mở rộng Chrome được phát triển bởi Danny Keeley, và tính năng chính của nó là "Connects to your Simple Period account to instantly check your current menstrual cycle.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Simple Period
Tải xuống các tệp mở rộng Simple Period dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lcpgakmdphdcpjpmmgfbgklkedjmngpo |
URL Chính Thức | https://chrome.google.com/webstore/detail/simple-period/lcpgakmdphdcpjpmmgfbgklkedjmngpo |
Mô tả | Connects to your Simple Period account to instantly check your current menstrual cycle. |
Kích Thước Tệp | 83.13 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2021-02-07 |
Ngày Phát Hành | 2021-01-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Danny Keeley |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://simpleperiod.co.uk/home |
URL Trang Trợ Giúp | https://simpleperiod.co.uk/help |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |