E-commerce Product Image Downloader
Chrome-extension For Downloading E-commerce Product Images
E-commerce Product Image Downloader क्या है?
E-commerce Product Image Downloader Gondaliya Krish द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome-extension For Downloading E-commerce Product Images"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में E-commerce Product Image Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } } |