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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

ActiveMonkey拡張機能のCRXファイルをダウンロード

ActiveMonkey拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 ActiveMonkey ActiveMonkey
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
}