rminder - WinTenDev
An extension that will remind you to correct your posture, drink water, blink, and stretch
Was ist rminder - WinTenDev?
rminder - WinTenDev ist eine Chrome-Erweiterung, die von kholid060 entwickelt wurde, und ihr Hauptmerkmal ist "An extension that will remind you to correct your posture, drink water, blink, and stretch".
Erweiterungsscreenshots
rminder - WinTenDev-Erweiterungs-CRX-Datei herunterladen
Laden Sie rminder - WinTenDev-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension will notify you to drink water, correct your posture, blink, and stretch. Because we often forget to do all that when browsing, and it will affect your health. You can customize the interval of when you want to notify and the text of the notification, you also can turn off the notification.
Grundlegende Informationen zur Erweiterung
Name | rminder - WinTenDev |
ID | kbchhfdklfddnnilmdffaeahipjcabll |
Offizielle URL | https://chromewebstore.google.com/detail/rminder-wintendev/kbchhfdklfddnnilmdffaeahipjcabll |
Beschreibung | An extension that will remind you to correct your posture, drink water, blink, and stretch |
Dateigröße | 386 KB |
Installationsanzahl | 966 |
Aktuelle Version | 0.2.0 |
Letztes Update | 2021-05-26 |
Veröffentlichungsdatum | 2020-12-16 |
Bewertung | 4.55/5 Insgesamt 11 Bewertungen |
Entwickler | kholid060 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "http:\/\/localhost:8080\/", "description": "An extension that will remind you to correct your posture, drink water, blink, and stretch", "default_locale": "en", "permissions": [ "notifications", "storage", "alarms" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "0.2.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |