Mouse XY

Shows a list of x/y co-ordinates you have clicked.

ما هو Mouse XY؟

Mouse XY هو إضافة Chrome تم تطويرها بواسطة anthony.guertin، والميزة الرئيسية لها هي "Shows a list of x/y co-ordinates you have clicked.".

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

screenshot
screenshot

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

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

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

                        *New Update fixed broken manifest file.

This will give you the x and y coordinates of a point on your screen. Clicking once alerts the ordinates to your screen. If you want to continue collection of points, press Ok on the confirmation dialog and click again. When you are finished, click cancel on the confirmation dialog. 

New Features: Collect A list of co-ordinates, opposed to just 1 set at a time like the previous version.                    

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

الاسم Mouse XY Mouse XY
ID dpijpplkkbkoeeennbogompkkehepfin
عنوان URL الرسمي https://chromewebstore.google.com/detail/mouse-xy/dpijpplkkbkoeeennbogompkkehepfin
الوصف Shows a list of x/y co-ordinates you have clicked.
حجم الملف 6.91 KB
عدد التثبيتات 5,139
النسخة الحالية 2.3
آخر تحديث 2017-03-31
تاريخ النشر 2017-03-31
تقييم 2.19/5 مجموع تقييمات 21
المطور anthony.guertin
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse XY",
    "description": "Shows a list of x\/y co-ordinates you have clicked.",
    "version": "2.3",
    "icons": {
        "64": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/change.js",
            "js\/content_script.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Shows the X and Y coordinates of the mouse click."
    },
    "manifest_version": 2
}