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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        *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
}