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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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
}