MicroBreak
Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.
Was ist MicroBreak?
MicroBreak ist eine Chrome-Erweiterung, die von https://seankim.tech entwickelt wurde, und ihr Hauptmerkmal ist "Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.".
Erweiterungsscreenshots
MicroBreak-Erweiterungs-CRX-Datei herunterladen
Laden Sie MicroBreak-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
Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for excessively long periods of time is a risk factor for early death.
Grundlegende Informationen zur Erweiterung
Name | MicroBreak |
ID | ggnhlgpbddbpcgpcngkjapocmiljpblp |
Offizielle URL | https://chromewebstore.google.com/detail/microbreak/ggnhlgpbddbpcgpcngkjapocmiljpblp |
Beschreibung | Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death. |
Dateigröße | 11.49 KB |
Installationsanzahl | 90 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-02-23 |
Veröffentlichungsdatum | 2018-02-22 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://seankim.tech |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MicroBreak", "description": "Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.", "version": "1.0", "manifest_version": 2, "permissions": [ "notifications" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "48.png" ] } |