Mouse Pointer Highliter

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

Wat is Mouse Pointer Highliter?

Mouse Pointer Highliter is een Chrome-extensie ontwikkeld door Debug Media, en de belangrijkste functie is "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mouse Pointer Highliter

Download Mouse Pointer Highliter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Mouse Pointer Highliter Mouse Pointer Highliter
ID fpnbcnljcbokdgeiihchnhobbokloaon
Officiële URL https://chromewebstore.google.com/detail/mouse-pointer-highliter/fpnbcnljcbokdgeiihchnhobbokloaon
Beschrijving Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media
Bestandsgrootte 4.68 KB
Aantal Installaties 21
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-08-14
Publicatiedatum 2020-08-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Debug Media
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.youtube.com/debugmedia
Help Pagina-URL https://www.youtube.com/debugmedia
Ondersteunde Talen 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"
    ]
}