Simple Period
Connects to your Simple Period account to instantly check your current menstrual cycle.
Simple Periodคืออะไร?
Simple Period เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Danny Keeley และคุณลักษณะหลักของมันคือ "Connects to your Simple Period account to instantly check your current menstrual cycle."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Period
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |