Posture Reminder
Reminders to periodically correct your posture.
Cos'è Posture Reminder?
Posture Reminder è un'estensione di Chrome sviluppata da https://adamgonen.com, e la sua funzione principale è "Reminders to periodically correct your posture.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Posture Reminder
Scarica i file di estensione Posture Reminder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Simple and lightweight extension that reminds you at different intervals to correct your posture in order to get into the habit of having a healthy posture while using your computer. Features: - Built-in On/Off switch - Reminders at intervals of 15 minutes, 30 minutes, 1 hour, 2 hours, or random (between 30 minutes and 4 hours). - Non-obtrusive reminders
Informazioni di Base sull'Estensione
Nome | Posture Reminder |
ID | kjfkmlhcgelgmepdemdhkgioggaffibj |
URL Ufficiale | https://chromewebstore.google.com/detail/posture-reminder/kjfkmlhcgelgmepdemdhkgioggaffibj |
Descrizione | Reminders to periodically correct your posture. |
Dimensione del File | 15.17 KB |
Conteggio Installazioni | 10,981 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2022-07-02 |
Data di Pubblicazione | 2020-03-31 |
Valutazione | 2.79/5 Totale 24 Valutazioni |
Sviluppatore | https://adamgonen.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Posture Reminder", "version": "1.2.0", "manifest_version": 2, "author": "Adam Gonen", "description": "Reminders to periodically correct your posture.", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "alarms", "background", "notifications", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "PostureReminder", "default_popup": "popup.html", "default_icon": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } } |