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 |
| 公式URL | 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"
} | |