Image zoom and drag

Image zoom and drag

Qu'est-ce que Image zoom and drag ?

Image zoom and drag est une extension Chrome développée par 원창혁, et sa fonction principale est "Image zoom and drag".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Image zoom and drag

Téléchargez les fichiers d'extension Image zoom and drag au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Image zoom and drag Image zoom and drag
ID oehcmjobdahgnbfpbpaeboddkhkfkddi
URL Officiel https://chromewebstore.google.com/detail/image-zoom-and-drag/oehcmjobdahgnbfpbpaeboddkhkfkddi
Description Image zoom and drag
Taille du Fichier 8.7 KB
Nombre d'Installations 646
Version Actuelle 0.0.17
Dernière Mise à Jour 2020-05-28
Date de Publication 2020-05-27
Évaluation 4.24/5 Total 17 Évaluations
Développeur 원창혁
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}