Get Up and Move
Reminders to get up and move around while you're working at the computer
Qu'est-ce que Get Up and Move ?
Get Up and Move est une extension Chrome développée par https://ashleythedeveloper.co, et sa fonction principale est "Reminders to get up and move around while you're working at the computer".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Get Up and Move
Téléchargez les fichiers d'extension Get Up and Move au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Get Up and Move |
ID | kpplgpbcgnhoiijnbiaikndpcognlcmg |
URL Officiel | https://chromewebstore.google.com/detail/get-up-and-move/kpplgpbcgnhoiijnbiaikndpcognlcmg |
Description | Reminders to get up and move around while you're working at the computer |
Taille du Fichier | 16.16 KB |
Nombre d'Installations | 138 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2017-03-31 |
Date de Publication | 2017-03-31 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | https://ashleythedeveloper.co |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |