CTRL+Enter Image Zoom

Zoom image with CTRL+Enter

Co to jest CTRL+Enter Image Zoom?

CTRL+Enter Image Zoom to rozszerzenie Chrome opracowane przez husseyexplores, a jego główną funkcją jest „Zoom image with CTRL+Enter”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CTRL+Enter Image Zoom

Pobierz pliki rozszerzeń CTRL+Enter Image Zoom w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa CTRL+Enter Image Zoom CTRL+Enter Image Zoom
ID mbanbfmeljdgjcbifknlfdedhdnnepkj
Oficjalny URL https://chromewebstore.google.com/detail/ctrl+enter-image-zoom/mbanbfmeljdgjcbifknlfdedhdnnepkj
Opis Zoom image with CTRL+Enter
Rozmiar pliku 13.23 KB
Liczba instalacji 61
Aktualna Wersja 0.3.0
Ostatnia Aktualizacja 2020-04-10
Data Publikacji 2020-04-08
Deweloper husseyexplores
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/husseyexplores/image-zoom-extension
Adres URL Strony Pomocy https://github.com/husseyexplores/image-zoom-extension
Obsługiwane Języki 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"
            ]
        }
    ]
}