Get Up and Move
Reminders to get up and move around while you're working at the computer
Was ist Get Up and Move?
Get Up and Move ist eine Chrome-Erweiterung, die von https://ashleythedeveloper.co entwickelt wurde, und ihr Hauptmerkmal ist "Reminders to get up and move around while you're working at the computer".
Erweiterungsscreenshots
Get Up and Move-Erweiterungs-CRX-Datei herunterladen
Laden Sie Get Up and Move-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
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kpplgpbcgnhoiijnbiaikndpcognlcmg |
| Offizielle URL | https://chromewebstore.google.com/detail/get-up-and-move/kpplgpbcgnhoiijnbiaikndpcognlcmg |
| Beschreibung | Reminders to get up and move around while you're working at the computer |
| Dateigröße | 16.16 KB |
| Installationsanzahl | 138 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2017-03-31 |
| Veröffentlichungsdatum | 2017-03-31 |
| Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://ashleythedeveloper.co |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Get Up and Move",
"version": "1.1.0",
"manifest_version": 2,
"icons": {
"128": "icon128.png",
"48": "icon48.png"
},
"permissions": [
"alarms",
"storage",
"notifications"
],
"background": {
"page": "eventpage.html",
"persistent": false
},
"options_page": "options.html",
"description": "Reminders to get up and move around while you're working at the computer",
"web_accessible_resources": [
"icon48.png"
]
} | |