Simple Period
Connects to your Simple Period account to instantly check your current menstrual cycle.
Co to jest Simple Period?
Simple Period to rozszerzenie Chrome opracowane przez Danny Keeley, a jego główną funkcją jest „Connects to your Simple Period account to instantly check your current menstrual cycle.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple Period
Pobierz pliki rozszerzeń Simple Period w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lcpgakmdphdcpjpmmgfbgklkedjmngpo |
Oficjalny URL | https://chrome.google.com/webstore/detail/simple-period/lcpgakmdphdcpjpmmgfbgklkedjmngpo |
Opis | Connects to your Simple Period account to instantly check your current menstrual cycle. |
Rozmiar pliku | 83.13 KB |
Liczba instalacji | 37 |
Aktualna Wersja | 0.5 |
Ostatnia Aktualizacja | 2021-02-07 |
Data Publikacji | 2021-01-19 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Danny Keeley |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://simpleperiod.co.uk/home |
Adres URL Strony Pomocy | https://simpleperiod.co.uk/help |
Obsługiwane Języki | 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" ] } |