ActiveMonkey

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

ActiveMonkeyคืออะไร?

ActiveMonkey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ActiveMonkey และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ActiveMonkey

ดาวน์โหลดไฟล์ส่วนขยาย 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
}