DragAndDrop Gestures Mini
Image Link Drag And Drop Download
什麼是DragAndDrop Gestures Mini?
DragAndDrop Gestures Mini是由umyu開發的Chrome擴展程式,該擴展的主要功能是“Image Link Drag And Drop Download”。
擴展截圖
下載DragAndDrop Gestures Mini擴展crx文件
下載DragAndDrop Gestures Mini擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Image Link Drag And Drop Download 擴展基本資訊
| 名稱 | |
| ID | fenkeapgendkbamkllkaneehllpbobhg |
| 官方網址 | 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"
} | |