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 |
官方網址 | 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:\/\/*\/*" ] } |