1 Click Image Downloader
Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing.
1 Click Image Downloaderとは何ですか?
1 Click Image DownloaderはTien Nguyen Hoanhによって開発されたChromeの拡張機能で、その主な機能は「Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing.」です。
拡張機能のスクリーンショット
1 Click Image Downloader拡張機能のCRXファイルをダウンロード
1 Click Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1 Click Image Downloader SHIFT + RIGHT CLICK (hold SHIFT and click on RIGHT CLICK) on the image you want to download. Please do not confuse RIGHT CLICK with LEFT CLICK. Will not download background images. All images will be converted to JPEG format. Hint: To specify where you want to save image, go to chrome://settings/, choose "Show advanced settings", then choose your download location under "Downloads" section. If you get annoyed because of the prompt asking where to save image, untick "Ask where to save each file before downloading" also under the "Downloads" section.
拡張機能の基本情報
名前 | |
ID | jeglddgldjfpimpabgoobkfdhodiolhh |
公式URL | https://chrome.google.com/webstore/detail/1-click-image-downloader/jeglddgldjfpimpabgoobkfdhodiolhh |
説明 | Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing. |
ファイルサイズ | 134 KB |
インストール数 | 6,000 |
現在のバージョン | 0.1 |
最終更新日 | 2017-08-04 |
公開日 | 2017-08-04 |
評価 | 2.76/5 合計 34 レビュー |
開発者 | Tien Nguyen Hoanh |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "1 Click Image Downloader", "description": "Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery\/jquery-1.11.0.min.js", "libs.js", "main.js" ] } ], "browser_action": { "default_icon": "media\/logo.png" }, "web_accessible_resources": [ "jquery\/jquery-1.11.0.min.js", "jquery\/jquery-1.11.0.min.map", "iframes\/loading.html", "iframes\/error.html", "options\/options.html" ], "options_page": "options\/options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |