DragAndDrop Gestures Mini
Image Link Drag And Drop Download
What is DragAndDrop Gestures Mini?
DragAndDrop Gestures Mini is a Chrome extension developed by umyu, and its main feature is "Image Link Drag And Drop Download".
Extension Screenshots
Download DragAndDrop Gestures Mini Extension CRX File
Download DragAndDrop Gestures Mini extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Image Link Drag And Drop Download
Extension Basic Information
Name | |
ID | fenkeapgendkbamkllkaneehllpbobhg |
Official URL | https://chromewebstore.google.com/detail/draganddrop-gestures-mini/fenkeapgendkbamkllkaneehllpbobhg |
Description | Image Link Drag And Drop Download |
File Size | 53.6 KB |
Installation Count | 23 |
Current Version | 1.0.7 |
Last Updated | 2018-05-24 |
Publish Date | 2018-05-24 |
Developer | umyu |
Payment Type | free |
Extension Website | https://github.com/umyuu/DragAndDropGesturesMini/ |
Supported Languages | 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" } |