Mouse Coordinates

Crude extension to show current mouse coordinates within a webpage scope

ما هو Mouse Coordinates؟

Mouse Coordinates هو إضافة Chrome تم تطويرها بواسطة Ben Harrington، والميزة الرئيسية لها هي "Crude extension to show current mouse coordinates within a webpage scope".

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

screenshot

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

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

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

                        Crude extension to show current mouse coordinates within a webpage scope                    

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

الاسم Mouse Coordinates Mouse Coordinates
ID gkkmpbaijflcgbbdfjgihbgmpkhgpgof
عنوان URL الرسمي https://chromewebstore.google.com/detail/mouse-coordinates/gkkmpbaijflcgbbdfjgihbgmpkhgpgof
الوصف Crude extension to show current mouse coordinates within a webpage scope
حجم الملف 6 KB
عدد التثبيتات 2,599
النسخة الحالية 0.2
آخر تحديث 2022-10-28
تاريخ النشر 2015-11-11
تقييم 1.59/5 مجموع تقييمات 29
المطور Ben Harrington
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mouse Coordinates",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "mouse.png"
    }
}