DragAndDrop Gestures Mini
Image Link Drag And Drop Download
DragAndDrop Gestures Mini là gì?
DragAndDrop Gestures Mini là một tiện ích mở rộng Chrome được phát triển bởi umyu, và tính năng chính của nó là "Image Link Drag And Drop Download".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DragAndDrop Gestures Mini
Tải xuống các tệp mở rộng DragAndDrop Gestures Mini dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Image Link Drag And Drop Download
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fenkeapgendkbamkllkaneehllpbobhg |
URL Chính Thức | https://chromewebstore.google.com/detail/draganddrop-gestures-mini/fenkeapgendkbamkllkaneehllpbobhg |
Mô tả | Image Link Drag And Drop Download |
Kích Thước Tệp | 53.6 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2018-05-24 |
Ngày Phát Hành | 2018-05-24 |
Nhà Phát Triển | umyu |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/umyuu/DragAndDropGesturesMini/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |