CTRL+Enter Image Zoom

Zoom image with CTRL+Enter

Wat is CTRL+Enter Image Zoom?

CTRL+Enter Image Zoom is een Chrome-extensie ontwikkeld door husseyexplores, en de belangrijkste functie is "Zoom image with CTRL+Enter".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CTRL+Enter Image Zoom

Download CTRL+Enter Image Zoom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam CTRL+Enter Image Zoom CTRL+Enter Image Zoom
ID mbanbfmeljdgjcbifknlfdedhdnnepkj
Officiële URL https://chromewebstore.google.com/detail/ctrl+enter-image-zoom/mbanbfmeljdgjcbifknlfdedhdnnepkj
Beschrijving Zoom image with CTRL+Enter
Bestandsgrootte 13.23 KB
Aantal Installaties 61
Huidige Versie 0.3.0
Laatst Bijgewerkt 2020-04-10
Publicatiedatum 2020-04-08
Ontwikkelaar husseyexplores
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/husseyexplores/image-zoom-extension
Help Pagina-URL https://github.com/husseyexplores/image-zoom-extension
Ondersteunde Talen 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"
            ]
        }
    ]
}