Magnifying Glass Zoom

Press the toolbar button to see the Magnifying Glass on the current page.

O que é Magnifying Glass Zoom?

Magnifying Glass Zoom é uma extensão do Chrome desenvolvida por magnifglass, e sua principal característica é "Press the toolbar button to see the Magnifying Glass on the current page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Magnifying Glass Zoom

Baixe arquivos de extensão Magnifying Glass Zoom 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

                        Just press Ctrl+z once and the text becomes clearly visible in front of you.
Allows you to magnify text on a page with a magnifier so you can clearly read even small font with an asterisk.

By clicking "Add to chrome", I accept and agree to installing “Magnifying Glass Zoom Extension" extension and setting Chrome™ default search and newtab search to that provided by the service and the Terms and Conditions and Privacy Policy.

Privacy Policy https://magniglas.com/privacy.html

Terms and Conditions https://magniglas.com/terms.html                    

Informações Básicas da Extensão

Nome Magnifying Glass Zoom Magnifying Glass Zoom
ID jiiammldpkebebplgoejceoigdhechni
URL Oficial https://chromewebstore.google.com/detail/magnifying-glass-zoom/jiiammldpkebebplgoejceoigdhechni
Descrição Press the toolbar button to see the Magnifying Glass on the current page.
Tamanho do Arquivo 46.43 KB
Contagem de Instalações 2,375
Versão Atual 1.0.2
Última Atualização 2023-03-15
Data de Publicação 2022-11-05
Desenvolvedor magnifglass
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://magniglas.com/index.html
URL da Página de Ajuda https://magniglas.com/privacy.html
URL da Página de Política de Privacidade https://magniglas.com/privacy.html
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magnifying Glass Zoom",
    "description": "Press the toolbar button to see the Magnifying Glass on the current page.",
    "manifest_version": 3,
    "version": "1.0.2",
    "action": {
        "default_title": "Magnifying Glass Zoom",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png"
        }
    },
    "commands": {
        "magnify": {
            "description": "Magnifying Glass zoom",
            "suggested_key": {
                "default": "Ctrl+Z",
                "windows": "Ctrl+Z",
                "mac": "Command+Z",
                "chromeos": "Ctrl+Z",
                "linux": "Ctrl+Z"
            }
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "activeTab",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/magniglas.com\/*"
    ]
}