Mouse Pointer Highliter

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

Hvad er Mouse Pointer Highliter?

Mouse Pointer Highliter er en Chrome-udvidelse udviklet af Debug Media, og dens hovedfunktion er "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media".

Udvidelsesskærmbilleder

screenshot

Download Mouse Pointer Highliter-udvidelses-CRX-fil

Download Mouse Pointer Highliter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Mouse Pointer Highliter Mouse Pointer Highliter
ID fpnbcnljcbokdgeiihchnhobbokloaon
Officiel URL https://chromewebstore.google.com/detail/mouse-pointer-highliter/fpnbcnljcbokdgeiihchnhobbokloaon
Beskrivelse Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media
Filstørrelse 4.68 KB
Antal Installationer 21
Nuværende Version 1.0.0
Senest Opdateret 2020-08-14
Udgivelsesdato 2020-08-13
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Debug Media
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.youtube.com/debugmedia
Hjælpeside-URL https://www.youtube.com/debugmedia
Understøttede Sprog 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"
    ]
}