Mouse Pointer Highliter

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

Cos'è Mouse Pointer Highliter?

Mouse Pointer Highliter è un'estensione di Chrome sviluppata da Debug Media, e la sua funzione principale è "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mouse Pointer Highliter

Scarica i file di estensione Mouse Pointer Highliter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Mouse Pointer Highliter Mouse Pointer Highliter
ID fpnbcnljcbokdgeiihchnhobbokloaon
URL Ufficiale https://chromewebstore.google.com/detail/mouse-pointer-highliter/fpnbcnljcbokdgeiihchnhobbokloaon
Descrizione Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media
Dimensione del File 4.68 KB
Conteggio Installazioni 21
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-08-14
Data di Pubblicazione 2020-08-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Debug Media
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.youtube.com/debugmedia
URL della Pagina di Aiuto https://www.youtube.com/debugmedia
Lingue Supportate 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"
    ]
}