Where's the Cheese?

Tracking your mouse's movement

ما هو Where's the Cheese?؟

Where's the Cheese? هو إضافة Chrome تم تطويرها بواسطة Channing Pear، والميزة الرئيسية لها هي "Tracking your mouse's movement".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Where's the Cheese?

قم بتنزيل ملفات الامتداد Where's the Cheese? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

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

الاسم Where's the Cheese? Where's the Cheese?
ID imgocdfblfikpclhdddnnpcogmndegog
عنوان URL الرسمي https://chrome.google.com/webstore/detail/wheres-the-cheese/imgocdfblfikpclhdddnnpcogmndegog
الوصف Tracking your mouse's movement
حجم الملف 3.77 MB
عدد التثبيتات 206
النسخة الحالية 1.0.5
آخر تحديث 2015-10-10
تاريخ النشر 2015-10-10
تقييم 4.71/5 مجموع تقييمات 7
المطور Channing Pear
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Where's the Cheese?",
    "description": "Tracking your mouse's movement",
    "version": "1.0.5",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery-1.11.2.js",
                "scripts\/page_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "notifications"
    ],
    "web_accessible_resources": [
        "\/images\/icon128.png"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}