DragAndDrop Gestures Mini

Image Link Drag And Drop Download

Was ist DragAndDrop Gestures Mini?

DragAndDrop Gestures Mini ist eine Chrome-Erweiterung, die von umyu entwickelt wurde, und ihr Hauptmerkmal ist "Image Link Drag And Drop Download".

Erweiterungsscreenshots

DragAndDrop Gestures Mini-Erweiterungs-CRX-Datei herunterladen

Laden Sie DragAndDrop Gestures Mini-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

                        Image Link Drag And Drop Download                    

Grundlegende Informationen zur Erweiterung

Name DragAndDrop Gestures Mini DragAndDrop Gestures Mini
ID fenkeapgendkbamkllkaneehllpbobhg
Offizielle URL https://chromewebstore.google.com/detail/draganddrop-gestures-mini/fenkeapgendkbamkllkaneehllpbobhg
Beschreibung Image Link Drag And Drop Download
Dateigröße 53.6 KB
Installationsanzahl 23
Aktuelle Version 1.0.7
Letztes Update 2018-05-24
Veröffentlichungsdatum 2018-05-24
Entwickler umyu
Zahlungsart free
Erweiterungswebsite https://github.com/umyuu/DragAndDropGesturesMini/
Unterstützte Sprachen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "\u3046\u307f\u3085",
    "description": "__MSG_G_description__",
    "name": "DragAndDrop Gestures Mini",
    "short_name": "__MSG_G_short_name__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": ".\/image\/icon.png",
        "default_title": "__MSG_G_browser_action_default_title__",
        "default_popup": ".\/popup\/popup.html"
    },
    "options_page": ".\/popup\/popup.html",
    "permissions": [
        "downloads",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/log.js",
                "js\/configure.js",
                "js\/message.js",
                "js\/gestures.js"
            ],
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/github.com\/umyuu\/draganddropgesturesmini\/",
    "web_accessible_resources": [
        "resources\/setting.json"
    ],
    "version": "1.0.7"
}