Mouse Coordinates

Crude extension to show current mouse coordinates within a webpage scope

Co to jest Mouse Coordinates?

Mouse Coordinates to rozszerzenie Chrome opracowane przez Ben Harrington, a jego główną funkcją jest „Crude extension to show current mouse coordinates within a webpage scope”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Mouse Coordinates

Pobierz pliki rozszerzeń Mouse Coordinates w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Crude extension to show current mouse coordinates within a webpage scope                    

Podstawowe informacje o rozszerzeniu

Nazwa Mouse Coordinates Mouse Coordinates
ID gkkmpbaijflcgbbdfjgihbgmpkhgpgof
Oficjalny URL https://chromewebstore.google.com/detail/mouse-coordinates/gkkmpbaijflcgbbdfjgihbgmpkhgpgof
Opis Crude extension to show current mouse coordinates within a webpage scope
Rozmiar pliku 6 KB
Liczba instalacji 2,599
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2022-10-28
Data Publikacji 2015-11-11
Ocena 1.59/5 Łącznie 29 Oceny
Deweloper Ben Harrington
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}