Mouse Compass

The funnest way to never lose your mouse.

ما هو Mouse Compass؟

Mouse Compass هو إضافة Chrome تم تطويرها بواسطة https://www.lazylabz.com، والميزة الرئيسية لها هي "The funnest way to never lose your mouse.".

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

screenshot

تحميل ملف CRX للإضافة Mouse Compass

قم بتنزيل ملفات الامتداد Mouse Compass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Mouse Compass points you in the right direction.

Another creation from LazyLabz.


Note: It doesn't work in gmail or other sites that highjack the mouse position. We'll fix this someday.                    

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

الاسم Mouse Compass Mouse Compass
ID keinkjlndbegbpafljleiadgohnhagfk
عنوان URL الرسمي https://chromewebstore.google.com/detail/mouse-compass/keinkjlndbegbpafljleiadgohnhagfk
الوصف The funnest way to never lose your mouse.
حجم الملف 39.17 KB
عدد التثبيتات 519
النسخة الحالية 1.0
آخر تحديث 2013-12-02
تاريخ النشر 2013-12-01
تقييم 2.57/5 مجموع تقييمات 14
المطور https://www.lazylabz.com
نوع الدفع free
موقع الإضافة http://www.lazylabz.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse Compass",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png"
    },
    "description": "The funnest way to never lose your mouse.",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ]
}