Mouse XY

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

O que é Mouse XY?

Mouse XY é uma extensão do Chrome desenvolvida por anthony.guertin, e sua principal característica é "Shows a list of x/y co-ordinates you have clicked.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Mouse XY

Baixe arquivos de extensão Mouse XY no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Mouse XY Mouse XY
ID dpijpplkkbkoeeennbogompkkehepfin
URL Oficial https://chromewebstore.google.com/detail/mouse-xy/dpijpplkkbkoeeennbogompkkehepfin
Descrição Shows a list of x/y co-ordinates you have clicked.
Tamanho do Arquivo 6.91 KB
Contagem de Instalações 5,139
Versão Atual 2.3
Última Atualização 2017-03-31
Data de Publicação 2017-03-31
Classificação 2.19/5 Total de 21 Avaliações
Desenvolvedor anthony.guertin
Tipo de Pagamento free
Idiomas Suportados 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
}