ActiveMonkey

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

¿Qué es ActiveMonkey?

ActiveMonkey es una extensión de Chrome desarrollada por ActiveMonkey, y su función principal es "ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ActiveMonkey

Descarga archivos de extensión ActiveMonkey en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre ActiveMonkey ActiveMonkey
ID hpdgiimkdhccgnpdppnbcmkefbkbfboj
URL Oficial https://chrome.google.com/webstore/detail/activemonkey/hpdgiimkdhccgnpdppnbcmkefbkbfboj
Descripción ActiveMonkey helps people who sit and work on computers to maintain healthy habits and avoid the dangers of a sedentary job.
Tamaño del Archivo 67.42 KB
Cantidad de Instalaciones 49
Versión Actual 1.0.3
Última Actualización 2015-02-06
Fecha de Publicación 2015-02-06
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador ActiveMonkey
Tipo de Pago free
Idiomas Soportados 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
}