Image Downloader Pro
Download images by one click, easy scan, easy download~
Image Downloader Proคืออะไร?
Image Downloader Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xyccstudio.cn และคุณลักษณะหลักของมันคือ "Download images by one click, easy scan, easy download~"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Downloader Pro
ดาวน์โหลดไฟล์ส่วนขยาย Image Downloader Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find all or current types of images on the page and provide image filtering by resolution, which is simple and practical There are currently two ways of use: 1. Download all images from the current webpage; 2. According to the xpath selection method, selecting all images under the same root path has a better filtering effect; Operation method: 1. Large image preview, mouse scrolling preview, and thumbnail preview at the bottom of the page; 2. Support displaying basic image information; 3. Quick download; 4. Support quick positioning to selected images; 5. Support filtering images based on size; 6. Support batch downloading of all images; 7. Support zooming in and out to view images; 8. Support promoting the viewing of images; 9. Support quick positioning to view image locations;
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Image Downloader Pro |
ID | mbemenikbjakghfmdkfdochjdknoohab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/image-downloader-pro/mbemenikbjakghfmdkfdochjdknoohab |
คำอธิบาย | Download images by one click, easy scan, easy download~ |
ขนาดไฟล์ | 59.29 KB |
จำนวนการติดตั้ง | 1,254 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2023-09-04 |
วันที่เผยแพร่ | 2017-11-15 |
คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://xyccstudio.cn |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://xyccstudio.cn/books/imagedownloader/ |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.3", "default_locale": "en", "manifest_version": 3, "description": "__MSG_appDesc__", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "js\/content_scripts.js" ], "css": [ "js\/style.css" ] } ], "permissions": [ "downloads", "contextMenus" ] } |