Get Up and Move
Reminders to get up and move around while you're working at the computer
Wat is Get Up and Move?
Get Up and Move is een Chrome-extensie ontwikkeld door https://ashleythedeveloper.co, en de belangrijkste functie is "Reminders to get up and move around while you're working at the computer".
Extensie Screenshots
Download het CRX-bestand van de extensie Get Up and Move
Download Get Up and Move-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | kpplgpbcgnhoiijnbiaikndpcognlcmg |
| Officiële URL | https://chromewebstore.google.com/detail/get-up-and-move/kpplgpbcgnhoiijnbiaikndpcognlcmg |
| Beschrijving | Reminders to get up and move around while you're working at the computer |
| Bestandsgrootte | 16.16 KB |
| Aantal Installaties | 138 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2017-03-31 |
| Publicatiedatum | 2017-03-31 |
| Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://ashleythedeveloper.co |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |