Mouse Pointer Highliter

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

O que é Mouse Pointer Highliter?

Mouse Pointer Highliter é uma extensão do Chrome desenvolvida por Debug Media, e sua principal característica é "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mouse Pointer Highliter

Baixe arquivos de extensão Mouse Pointer Highliter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Mouse Pointer Highliter Mouse Pointer Highliter
ID fpnbcnljcbokdgeiihchnhobbokloaon
URL Oficial https://chromewebstore.google.com/detail/mouse-pointer-highliter/fpnbcnljcbokdgeiihchnhobbokloaon
Descrição Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media
Tamanho do Arquivo 4.68 KB
Contagem de Instalações 21
Versão Atual 1.0.0
Última Atualização 2020-08-14
Data de Publicação 2020-08-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Debug Media
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.youtube.com/debugmedia
URL da Página de Ajuda https://www.youtube.com/debugmedia
Idiomas Suportados 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"
    ]
}