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 là gì?
1 Click Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi Tien Nguyen Hoanh, và tính năng chính của nó là "Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 1 Click Image Downloader
Tải xuống các tệp mở rộng 1 Click Image Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jeglddgldjfpimpabgoobkfdhodiolhh |
URL Chính Thức | https://chrome.google.com/webstore/detail/1-click-image-downloader/jeglddgldjfpimpabgoobkfdhodiolhh |
Mô tả | Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing. |
Kích Thước Tệp | 134 KB |
Số Lần Cài Đặt | 6,000 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2017-08-04 |
Ngày Phát Hành | 2017-08-04 |
Đánh Giá | 2.76/5 Tổng số 34 Đánh Giá |
Nhà Phát Triển | Tien Nguyen Hoanh |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |