Magnifying Glass

Convert your mouse cursor to a high-quality magnifying glass

O que é Magnifying Glass?

Magnifying Glass é uma extensão do Chrome desenvolvida por joue.quroi, e sua principal característica é "Convert your mouse cursor to a high-quality magnifying glass".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Magnifying Glass

Baixe arquivos de extensão Magnifying Glass 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 extension transforms your cursor into a magnifying glass, enlarging the current object beneath it. You can adjust the size of the lens and the scaling value through the right-click context menu over the action button.

To turn off the magnification and revert to the default cursor, use the left-click or the Escape key on your keyboard.

When the extension is active, the action button appears red; when it is inactive, the color is blue.                    

Informações Básicas da Extensão

Nome Magnifying Glass Magnifying Glass
ID aejojoddnejpalbjnnknpeejhmklnmba
URL Oficial https://chromewebstore.google.com/detail/magnifying-glass/aejojoddnejpalbjnnknpeejhmklnmba
Descrição Convert your mouse cursor to a high-quality magnifying glass
Tamanho do Arquivo 45.25 KB
Contagem de Instalações 671
Versão Atual 0.1.1
Última Atualização 2024-01-11
Data de Publicação 2023-12-27
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor joue.quroi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://webextension.org/listing/magnifying-glass.html
URL da Página de Ajuda https://webextension.org/listing/magnifying-glass.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.1",
    "name": "Magnifying Glass",
    "description": "Convert your mouse cursor to a high-quality magnifying glass",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/magnifying-glass.html",
    "background": {
        "service_worker": "worker.js"
    },
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "action": []
}