ActiveMonkey
ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.
什么是ActiveMonkey?
ActiveMonkey是由ActiveMonkey开发的Chrome扩展程序,该扩展的主要功能是“ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.”。
扩展截图
下载ActiveMonkey扩展crx文件
下载ActiveMonkey扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | hpdgiimkdhccgnpdppnbcmkefbkbfboj |
官方URL | https://chrome.google.com/webstore/detail/activemonkey/hpdgiimkdhccgnpdppnbcmkefbkbfboj |
简介 | ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job. |
文件大小 | 67.42 KB |
安装次数 | 49 |
当前版本 | 1.0.3 |
更新时间 | 2015-02-06 |
上架时间 | 2015-02-06 |
评分 | 4.75/5 共4次评分 |
开发者 | ActiveMonkey |
付费类型 | free |
支持的语言 | 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 } |