G Image Downloader
Google images download with a single click.
G Image Downloader là gì?
G Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi haubuikinina, và tính năng chính của nó là "Google images download with a single click.".
Ả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 G Image Downloader
Tải xuống các tệp mở rộng G 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
G Image Downloader - is a must have extension which lets you download images from Google Image page with a single click. Just select necessasry images and click "Download" button - all images will be downloaded automaticaly.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hefoogkjnnnhhhaoifkgaapegpokphcp |
URL Chính Thức | https://chrome.google.com/webstore/detail/g-image-downloader/hefoogkjnnnhhhaoifkgaapegpokphcp |
Mô tả | Google images download with a single click. |
Kích Thước Tệp | 75.11 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2019-01-25 |
Ngày Phát Hành | 2019-01-25 |
Nhà Phát Triển | haubuikinina |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icons\/icon128.png" }, "content_scripts": [ { "css": [ "content\/content.css" ], "js": [ "lib\/jquery-3.2.1.min.js", "lib\/bootstrap.min.js", "content\/content.js" ], "matches": [ "*:\/\/google.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/youtube.com\/*", "*:\/\/amazon.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/google.at\/*", "*:\/\/google.com.au\/*", "*:\/\/google.be\/*", "*:\/\/google.com.br\/*", "*:\/\/google.ca\/*", "*:\/\/google.ch\/*", "*:\/\/google.de\/*", "*:\/\/google.dk\/*", "*:\/\/google.es\/*", "*:\/\/google.fi\/*", "*:\/\/google.fr\/*", "*:\/\/google.co.in\/*", "*:\/\/google.it\/*", "*:\/\/google.com.mx\/*", "*:\/\/google.nl\/*", "*:\/\/google.no\/*", "*:\/\/google.co.nz\/*", "*:\/\/google.se\/*", "*:\/\/google.com.sg\/*", "*:\/\/google.co.uk\/*", "*:\/\/*.google.com\/*", "*:\/\/*.google.at\/*", "*:\/\/*.google.com.au\/*", "*:\/\/*.google.be\/*", "*:\/\/*.google.com.br\/*", "*:\/\/*.google.ca\/*", "*:\/\/*.google.ch\/*", "*:\/\/*.google.de\/*", "*:\/\/*.google.dk\/*", "*:\/\/*.google.es\/*", "*:\/\/*.google.fi\/*", "*:\/\/*.google.fr\/*", "*:\/\/*.google.co.in\/*", "*:\/\/*.google.it\/*", "*:\/\/*.google.com.mx\/*", "*:\/\/*.google.nl\/*", "*:\/\/*.google.no\/*", "*:\/\/*.google.co.nz\/*", "*:\/\/*.google.se\/*", "*:\/\/*.google.com.sg\/*", "*:\/\/*.google.co.uk\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Google images download with a single click.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "256": "icons\/icon256.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "G Image Downloader", "permissions": [ "activeTab", "tabs", "alarms", "*:\/\/google.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/youtube.com\/*", "*:\/\/amazon.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/google.at\/*", "*:\/\/google.com.au\/*", "*:\/\/google.be\/*", "*:\/\/google.com.br\/*", "*:\/\/google.ca\/*", "*:\/\/google.ch\/*", "*:\/\/google.de\/*", "*:\/\/google.dk\/*", "*:\/\/google.es\/*", "*:\/\/google.fi\/*", "*:\/\/google.fr\/*", "*:\/\/google.co.in\/*", "*:\/\/google.it\/*", "*:\/\/google.com.mx\/*", "*:\/\/google.nl\/*", "*:\/\/google.no\/*", "*:\/\/google.co.nz\/*", "*:\/\/google.se\/*", "*:\/\/google.com.sg\/*", "*:\/\/google.co.uk\/*", "*:\/\/*.google.com\/*", "*:\/\/*.google.at\/*", "*:\/\/*.google.com.au\/*", "*:\/\/*.google.be\/*", "*:\/\/*.google.com.br\/*", "*:\/\/*.google.ca\/*", "*:\/\/*.google.ch\/*", "*:\/\/*.google.de\/*", "*:\/\/*.google.dk\/*", "*:\/\/*.google.es\/*", "*:\/\/*.google.fi\/*", "*:\/\/*.google.fr\/*", "*:\/\/*.google.co.in\/*", "*:\/\/*.google.it\/*", "*:\/\/*.google.com.mx\/*", "*:\/\/*.google.nl\/*", "*:\/\/*.google.no\/*", "*:\/\/*.google.co.nz\/*", "*:\/\/*.google.se\/*", "*:\/\/*.google.com.sg\/*", "*:\/\/*.google.co.uk\/*", "storage", "webRequest", "webRequestBlocking" ], "short_name": "G Image Downloader", "version": "1.7" } |