Mouse Pointer Highliter

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

Co je Mouse Pointer Highliter?

Mouse Pointer Highliter je rozšíření Chrome vyvinuté Debug Media, a jeho hlavní funkcí je „Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Mouse Pointer Highliter

Stáhněte si soubory rozšíření Mouse Pointer Highliter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Mouse Pointer Highliter Mouse Pointer Highliter
ID fpnbcnljcbokdgeiihchnhobbokloaon
Oficiální URL https://chromewebstore.google.com/detail/mouse-pointer-highliter/fpnbcnljcbokdgeiihchnhobbokloaon
Popis Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media
Velikost souboru 4.68 KB
Počet instalací 21
Aktuální Verze 1.0.0
Poslední Aktualizace 2020-08-14
Datum Vydání 2020-08-13
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Debug Media
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.youtube.com/debugmedia
URL Stránky Nápovědy https://www.youtube.com/debugmedia
Podporované Jazyky 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"
    ]
}