Google Image Downloader
This extension lets you directly download google images.
Google Image Downloader là gì?
Google Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi Thejus Kayanadath, và tính năng chính của nó là "This extension lets you directly download google images.".
Ả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 Google Image Downloader
Tải xuống các tệp mở rộng Google 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
Press the 'Download Image' button and it saves the image directly to your Downloads folder. Simple.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nfagjnjnmknppbpbeecillkcedghidcd |
URL Chính Thức | https://chrome.google.com/webstore/detail/google-image-downloader/nfagjnjnmknppbpbeecillkcedghidcd |
Mô tả | This extension lets you directly download google images. |
Kích Thước Tệp | 6.87 KB |
Số Lần Cài Đặt | 621 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2017-11-24 |
Ngày Phát Hành | 2017-11-24 |
Đánh Giá | 1.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Thejus Kayanadath |
[email protected] | |
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": "Google Image Downloader", "description": "This extension lets you directly download google images.", "version": "0.0.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/search?*tbm=isch*", "http:\/\/*\/search?*tbm=isch*" ] } ] } |