ActiveMonkey

ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.

What is ActiveMonkey?

ActiveMonkey is a Chrome extension developed by ActiveMonkey, and its main feature is "ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download ActiveMonkey Extension CRX File

Download ActiveMonkey extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name ActiveMonkey ActiveMonkey
ID hpdgiimkdhccgnpdppnbcmkefbkbfboj
Official URL https://chrome.google.com/webstore/detail/activemonkey/hpdgiimkdhccgnpdppnbcmkefbkbfboj
Description ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.
File Size 67.42 KB
Installation Count 49
Current Version 1.0.3
Last Updated 2015-02-06
Publish Date 2015-02-06
Rating 4.75/5 Total 4 Ratings
Developer ActiveMonkey
Payment Type free
Supported Languages 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
}