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" ] } |