ActiveMonkey
ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.
Apa itu ActiveMonkey?
ActiveMonkey adalah ekstensi Chrome yang dikembangkan oleh ActiveMonkey, dan fitur utamanya adalah "ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ActiveMonkey
Unduh file ekstensi ActiveMonkey 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 | |
ID | hpdgiimkdhccgnpdppnbcmkefbkbfboj |
URL Resmi | https://chrome.google.com/webstore/detail/activemonkey/hpdgiimkdhccgnpdppnbcmkefbkbfboj |
Deskripsi | ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job. |
Ukuran File | 67.42 KB |
Jumlah Instalasi | 49 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2015-02-06 |
Tanggal Publikasi | 2015-02-06 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | ActiveMonkey |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ActiveMonkey", "version": "1.0.3", "description": "ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.", "background": { "scripts": [ "src\/js\/underscore.min.js", "src\/js\/moment.min.js", "src\/js\/model.js", "src\/js\/notification.js", "src\/js\/background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon19.png", "default_title": "ActiveMonkey", "default_popup": "src\/popup.html" }, "permissions": [ "background", "notifications", "storage", "tabs" ], "manifest_version": 2 } |