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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } |