Mouse Coordinates

Crude extension to show current mouse coordinates within a webpage scope

What is Mouse Coordinates?

Mouse Coordinates is a Chrome extension developed by Ben Harrington, and its main feature is "Crude extension to show current mouse coordinates within a webpage scope".

Extension Screenshots

screenshot

Download Mouse Coordinates Extension CRX File

Download Mouse Coordinates extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Crude extension to show current mouse coordinates within a webpage scope                    

Extension Basic Information

Name Mouse Coordinates Mouse Coordinates
ID gkkmpbaijflcgbbdfjgihbgmpkhgpgof
Official URL https://chromewebstore.google.com/detail/mouse-coordinates/gkkmpbaijflcgbbdfjgihbgmpkhgpgof
Description Crude extension to show current mouse coordinates within a webpage scope
File Size 6 KB
Installation Count 2,599
Current Version 0.2
Last Updated 2022-10-28
Publish Date 2015-11-11
Rating 1.59/5 Total 29 Ratings
Developer Ben Harrington
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}