Mouse Pointer Highliter

Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media

Co to jest Mouse Pointer Highliter?

Mouse Pointer Highliter to rozszerzenie Chrome opracowane przez Debug Media, a jego główną funkcją jest „Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Mouse Pointer Highliter

Pobierz pliki rozszerzeń Mouse Pointer Highliter 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

                        This will hide all the elements on the screen except the portion of your mouse pointer, This is going to be very useful when you are taking online classes if you want them to focus on the section you are reading / explaining then you just have to point to that section and only that section will be visible                    

Podstawowe informacje o rozszerzeniu

Nazwa Mouse Pointer Highliter Mouse Pointer Highliter
ID fpnbcnljcbokdgeiihchnhobbokloaon
Oficjalny URL https://chromewebstore.google.com/detail/mouse-pointer-highliter/fpnbcnljcbokdgeiihchnhobbokloaon
Opis Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media
Rozmiar pliku 4.68 KB
Liczba instalacji 21
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-08-14
Data Publikacji 2020-08-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Debug Media
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.youtube.com/debugmedia
Adres URL Strony Pomocy https://www.youtube.com/debugmedia
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse Pointer Highliter",
    "version": "1.0.0",
    "description": "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}