DragAndDrop Gestures Mini
Image Link Drag And Drop Download
Cos'è DragAndDrop Gestures Mini?
DragAndDrop Gestures Mini è un'estensione di Chrome sviluppata da umyu, e la sua funzione principale è "Image Link Drag And Drop Download".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DragAndDrop Gestures Mini
Scarica i file di estensione DragAndDrop Gestures Mini in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Image Link Drag And Drop Download
Informazioni di Base sull'Estensione
Nome | |
ID | fenkeapgendkbamkllkaneehllpbobhg |
URL Ufficiale | https://chromewebstore.google.com/detail/draganddrop-gestures-mini/fenkeapgendkbamkllkaneehllpbobhg |
Descrizione | Image Link Drag And Drop Download |
Dimensione del File | 53.6 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2018-05-24 |
Data di Pubblicazione | 2018-05-24 |
Sviluppatore | umyu |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/umyuu/DragAndDropGesturesMini/ |
Lingue Supportate | 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" } |