Mouse Pointer Highliter

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

¿Qué es Mouse Pointer Highliter?

Mouse Pointer Highliter es una extensión de Chrome desarrollada por Debug Media, y su función principal es "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Mouse Pointer Highliter

Descarga archivos de extensión Mouse Pointer Highliter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Mouse Pointer Highliter Mouse Pointer Highliter
ID fpnbcnljcbokdgeiihchnhobbokloaon
URL Oficial https://chromewebstore.google.com/detail/mouse-pointer-highliter/fpnbcnljcbokdgeiihchnhobbokloaon
Descripción Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media
Tamaño del Archivo 4.68 KB
Cantidad de Instalaciones 21
Versión Actual 1.0.0
Última Actualización 2020-08-14
Fecha de Publicación 2020-08-13
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Debug Media
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.youtube.com/debugmedia
URL de la Página de Ayuda https://www.youtube.com/debugmedia
Idiomas Soportados 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"
    ]
}