E-commerce Product Image Downloader
Chrome-extension For Downloading E-commerce Product Images
E-commerce Product Image Downloaderคืออะไร?
E-commerce Product Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gondaliya Krish และคุณลักษณะหลักของมันคือ "Chrome-extension For Downloading E-commerce Product Images"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย E-commerce Product Image Downloader
ดาวน์โหลดไฟล์ส่วนขยาย E-commerce Product Image Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this Extension, you will be able to download the E-commerce Products Images with one click. Amazon, Flipkart, Alibaba, AliExpress, and many more are supported by this extension. Your browser will be 100% safe with this extension. Here's how to use it 1. You must first install the Chrome extension from the Google Web Store. 2. Go to any of the E-commerce websites that are mentioned in the list of supported websites and go to the product page. 3. Once the product page has loaded, click on the extension icon. 4. Using the Download button, you can download the .zip file.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | E-commerce Product Image Downloader |
ID | ngjndhfppbmlpgfmchefjkbhigbhpphi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/e-commerce-product-image/ngjndhfppbmlpgfmchefjkbhigbhpphi |
คำอธิบาย | Chrome-extension For Downloading E-commerce Product Images |
ขนาดไฟล์ | 7.6 MB |
จำนวนการติดตั้ง | 5,367 |
เวอร์ชันปัจจุบัน | 0.00.2 |
อัปเดตครั้งล่าสุด | 2022-11-21 |
วันที่เผยแพร่ | 2021-09-15 |
คะแนน | 2.92/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | Gondaliya Krish |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Chrome-extension For Downloading E-commerce Product Images", "name": "E-commerce Product Image Downloader", "version": "0.00.2", "web_accessible_resources": [ "website_logo\/*.jpg" ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.flipkart.com\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.alibaba.com\/*" ], "js": [ "bundle.js" ] } ], "browser_action": { "default_icon": "Logo\/download.png", "default_title": "Click here to download the products image", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] } } |