ActiveMonkey
ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.
ActiveMonkey là gì?
ActiveMonkey là một tiện ích mở rộng Chrome được phát triển bởi ActiveMonkey, và tính năng chính của nó là "ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ActiveMonkey
Tải xuống các tệp mở rộng ActiveMonkey dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hpdgiimkdhccgnpdppnbcmkefbkbfboj |
URL Chính Thức | https://chrome.google.com/webstore/detail/activemonkey/hpdgiimkdhccgnpdppnbcmkefbkbfboj |
Mô tả | ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job. |
Kích Thước Tệp | 67.42 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2015-02-06 |
Ngày Phát Hành | 2015-02-06 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | ActiveMonkey |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |