CTRL+Enter Image Zoom

Zoom image with CTRL+Enter

Cos'è CTRL+Enter Image Zoom?

CTRL+Enter Image Zoom è un'estensione di Chrome sviluppata da husseyexplores, e la sua funzione principale è "Zoom image with CTRL+Enter".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CTRL+Enter Image Zoom

Scarica i file di estensione CTRL+Enter Image Zoom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome CTRL+Enter Image Zoom CTRL+Enter Image Zoom
ID mbanbfmeljdgjcbifknlfdedhdnnepkj
URL Ufficiale https://chromewebstore.google.com/detail/ctrl+enter-image-zoom/mbanbfmeljdgjcbifknlfdedhdnnepkj
Descrizione Zoom image with CTRL+Enter
Dimensione del File 13.23 KB
Conteggio Installazioni 61
Versione Corrente 0.3.0
Ultimo Aggiornamento 2020-04-10
Data di Pubblicazione 2020-04-08
Sviluppatore husseyexplores
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/husseyexplores/image-zoom-extension
URL della Pagina di Aiuto https://github.com/husseyexplores/image-zoom-extension
Lingue Supportate 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"
            ]
        }
    ]
}