DragAndDrop Gestures Mini

Image Link Drag And Drop Download

DragAndDrop Gestures Miniคืออะไร?

DragAndDrop Gestures Mini เป็นส่วนขยายของ Chrome ที่พัฒนาโดย umyu และคุณลักษณะหลักของมันคือ "Image Link Drag And Drop Download"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DragAndDrop Gestures Mini

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}