AliPictures - The Aliexpress Image Extractor
Extract all product images from AliExpress in the best quality!
AliPictures - The Aliexpress Image Extractorคืออะไร?
AliPictures - The Aliexpress Image Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย b1nary และคุณลักษณะหลักของมันคือ "Extract all product images from AliExpress in the best quality!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliPictures - The Aliexpress Image Extractor
ดาวน์โหลดไฟล์ส่วนขยาย AliPictures - The Aliexpress Image Extractor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The most effective extension to extract the best quality pictures out of Aliexpress. Extract from AliExpress: - Product Pictures - Variant Pictures - Description Pictures and download them as .ZIP file in the best available quality! No other Aliexpress image plugin as as effect and as simple as ours. You are just one click away to receive the best quality pictures of any product on Aliexpress. Collect any images you like, product, variants or description pictures and easily download them as ZIP file (renamed to their product id!).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hclfjpelhelidehkbllfnpppkjlpcjom |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/alipictures-the-aliexpres/hclfjpelhelidehkbllfnpppkjlpcjom |
คำอธิบาย | Extract all product images from AliExpress in the best quality! |
ขนาดไฟล์ | 107 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2021-09-22 |
วันที่เผยแพร่ | 2021-09-22 |
ผู้พัฒนา | b1nary |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AliPictures - The Aliexpress Image Extractor", "version": "0.1.0", "manifest_version": 3, "description": "Extract all product images from AliExpress in the best quality!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "js": [ "jquery.js", "inject.js" ] } ] } |