DragAndDrop Gestures Mini

Image Link Drag And Drop Download

什么是DragAndDrop Gestures Mini?

DragAndDrop Gestures Mini是由umyu开发的Chrome扩展程序,该扩展的主要功能是“Image Link Drag And Drop Download”。

扩展截图

下载DragAndDrop Gestures Mini扩展crx文件

下载DragAndDrop Gestures Mini扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Image Link Drag And Drop Download                    

扩展基本信息

名称 DragAndDrop Gestures Mini DragAndDrop Gestures Mini
ID fenkeapgendkbamkllkaneehllpbobhg
官方URL https://chromewebstore.google.com/detail/draganddrop-gestures-mini/fenkeapgendkbamkllkaneehllpbobhg
简介 Image Link Drag And Drop Download
文件大小 53.6 KB
安装次数 23
当前版本 1.0.7
更新时间 2018-05-24
上架时间 2018-05-24
开发者 umyu
付费类型 free
扩展官网 https://github.com/umyuu/DragAndDropGesturesMini/
支持的语言 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"
}