Image zoom and drag

Image zoom and drag

Wat is Image zoom and drag?

Image zoom and drag is een Chrome-extensie ontwikkeld door 원창혁, en de belangrijkste functie is "Image zoom and drag".

Extensie Screenshots

Download het CRX-bestand van de extensie Image zoom and drag

Download Image zoom and drag-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

                        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.                    

Basisinformatie over de Extensie

Naam Image zoom and drag Image zoom and drag
ID oehcmjobdahgnbfpbpaeboddkhkfkddi
Officiële URL https://chromewebstore.google.com/detail/image-zoom-and-drag/oehcmjobdahgnbfpbpaeboddkhkfkddi
Beschrijving Image zoom and drag
Bestandsgrootte 8.7 KB
Aantal Installaties 646
Huidige Versie 0.0.17
Laatst Bijgewerkt 2020-05-28
Publicatiedatum 2020-05-27
Beoordeling 4.24/5 Totaal 17 Beoordelingen
Ontwikkelaar 원창혁
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}