Image zoom and drag

Image zoom and drag

Was ist Image zoom and drag?

Image zoom and drag ist eine Chrome-Erweiterung, die von 원창혁 entwickelt wurde, und ihr Hauptmerkmal ist "Image zoom and drag".

Erweiterungsscreenshots

Image zoom and drag-Erweiterungs-CRX-Datei herunterladen

Laden Sie Image zoom and drag-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        How to use

- Right-click on the image to open the context menu.

- Click elsewhere to close the context menu.

- You're ready. You can zoom in / out with the mouse wheel.

- Right click on the image again to cancel.                    

Grundlegende Informationen zur Erweiterung

Name Image zoom and drag Image zoom and drag
ID oehcmjobdahgnbfpbpaeboddkhkfkddi
Offizielle URL https://chromewebstore.google.com/detail/image-zoom-and-drag/oehcmjobdahgnbfpbpaeboddkhkfkddi
Beschreibung Image zoom and drag
Dateigröße 8.7 KB
Installationsanzahl 646
Aktuelle Version 0.0.17
Letztes Update 2020-05-28
Veröffentlichungsdatum 2020-05-27
Bewertung 4.24/5 Insgesamt 17 Bewertungen
Entwickler 원창혁
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image zoom and drag",
    "version": "0.0.17",
    "manifest_version": 2,
    "description": "Image zoom and drag",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "image-zoom-and-drag.js"
            ],
            "all_frames": true
        }
    ]
}