CTRL+Enter Image Zoom

Zoom image with CTRL+Enter

O que é CTRL+Enter Image Zoom?

CTRL+Enter Image Zoom é uma extensão do Chrome desenvolvida por husseyexplores, e sua principal característica é "Zoom image with CTRL+Enter".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CTRL+Enter Image Zoom

Baixe arquivos de extensão CTRL+Enter Image 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

                        If you open an HD (zoomable) image in your browser tab, then you click click the image to zoom in/out. What if you  want to zoom with your keyboard? Well, that is exactly the purpose of this extension.

To toggle the zoom with your keyboard, just press `CTRL + Enter` or `CTRL + Space`. Scroll up/down/left/right with WASD keys!                    

Informações Básicas da Extensão

Nome CTRL+Enter Image Zoom CTRL+Enter Image Zoom
ID mbanbfmeljdgjcbifknlfdedhdnnepkj
URL Oficial https://chromewebstore.google.com/detail/ctrl+enter-image-zoom/mbanbfmeljdgjcbifknlfdedhdnnepkj
Descrição Zoom image with CTRL+Enter
Tamanho do Arquivo 13.23 KB
Contagem de Instalações 61
Versão Atual 0.3.0
Última Atualização 2020-04-10
Data de Publicação 2020-04-08
Desenvolvedor husseyexplores
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/husseyexplores/image-zoom-extension
URL da Página de Ajuda https://github.com/husseyexplores/image-zoom-extension
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CTRL+Enter Image Zoom",
    "version": "0.3.0",
    "author": "Husseyexplores",
    "manifest_version": 2,
    "description": "Zoom image with CTRL+Enter",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}