G Image Downloader
Google images download with a single click.
G Image Downloaderคืออะไร?
G Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย haubuikinina และคุณลักษณะหลักของมันคือ "Google images download with a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย G Image Downloader
ดาวน์โหลดไฟล์ส่วนขยาย G Image Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hefoogkjnnnhhhaoifkgaapegpokphcp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/g-image-downloader/hefoogkjnnnhhhaoifkgaapegpokphcp |
คำอธิบาย | Google images download with a single click. |
ขนาดไฟล์ | 75.11 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.7 |
อัปเดตครั้งล่าสุด | 2019-01-25 |
วันที่เผยแพร่ | 2019-01-25 |
ผู้พัฒนา | haubuikinina |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } |