Get Up and Move
Reminders to get up and move around while you're working at the computer
Cos'è Get Up and Move?
Get Up and Move è un'estensione di Chrome sviluppata da https://ashleythedeveloper.co, e la sua funzione principale è "Reminders to get up and move around while you're working at the computer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Get Up and Move
Scarica i file di estensione Get Up and Move in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | kpplgpbcgnhoiijnbiaikndpcognlcmg |
| URL Ufficiale | https://chromewebstore.google.com/detail/get-up-and-move/kpplgpbcgnhoiijnbiaikndpcognlcmg |
| Descrizione | Reminders to get up and move around while you're working at the computer |
| Dimensione del File | 16.16 KB |
| Conteggio Installazioni | 138 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2017-03-31 |
| Data di Pubblicazione | 2017-03-31 |
| Valutazione | 3.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://ashleythedeveloper.co |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |