DragAndDrop Gestures Mini
Image Link Drag And Drop Download
Wat is DragAndDrop Gestures Mini?
DragAndDrop Gestures Mini is een Chrome-extensie ontwikkeld door umyu, en de belangrijkste functie is "Image Link Drag And Drop Download".
Extensie Screenshots
Download het CRX-bestand van de extensie DragAndDrop Gestures Mini
Download DragAndDrop Gestures Mini-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Image Link Drag And Drop Download
Basisinformatie over de Extensie
Naam | |
ID | fenkeapgendkbamkllkaneehllpbobhg |
Officiële URL | https://chromewebstore.google.com/detail/draganddrop-gestures-mini/fenkeapgendkbamkllkaneehllpbobhg |
Beschrijving | Image Link Drag And Drop Download |
Bestandsgrootte | 53.6 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2018-05-24 |
Publicatiedatum | 2018-05-24 |
Ontwikkelaar | umyu |
Betalingswijze | free |
Extensiewebsite | https://github.com/umyuu/DragAndDropGesturesMini/ |
Ondersteunde Talen | 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" } |