Get Up and Move
Reminders to get up and move around while you're working at the computer
Apa itu Get Up and Move?
Get Up and Move adalah ekstensi Chrome yang dikembangkan oleh https://ashleythedeveloper.co, dan fitur utamanya adalah "Reminders to get up and move around while you're working at the computer".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Get Up and Move
Unduh file ekstensi Get Up and Move dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | Get Up and Move |
ID | kpplgpbcgnhoiijnbiaikndpcognlcmg |
URL Resmi | https://chromewebstore.google.com/detail/get-up-and-move/kpplgpbcgnhoiijnbiaikndpcognlcmg |
Deskripsi | Reminders to get up and move around while you're working at the computer |
Ukuran File | 16.16 KB |
Jumlah Instalasi | 138 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2017-03-31 |
Tanggal Publikasi | 2017-03-31 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | https://ashleythedeveloper.co |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |