AliExpress Search by Image and Download

Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images.

AliExpress Search by Image and Download क्या है?

AliExpress Search by Image and Download ok द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AliExpress Search by Image and Download एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Aliexpress search by image and download all product images in one click. Best tool for Aliexpress search by image and download images. Check if the product is sold cheaper by another AliExpress seller.                    

एक्सटेंशन की मूल जानकारी

नाम AliExpress Search by Image and Download AliExpress Search by Image and Download
ID faklajjdekhkmkjhdknbikcikhofompi
आधिकारिक URL https://chromewebstore.google.com/detail/aliexpress-search-by-imag/faklajjdekhkmkjhdknbikcikhofompi
विवरण Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images.
फ़ाइल का आकार 23.62 KB
स्थापना संख्या 1,481
वर्तमान संस्करण 1.0.9.5
अंतिम अपडेट 2020-05-06
प्रकाशन तिथि 2020-05-05
रेटिंग 4.40/5 कुल 10 रेटिंग्स
डेवलपर ok
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,en-GB,en-US,fr,tr,es,lt,hu,pl,ro,cs,bg,ru
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "js\/myscripts.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "background": {
        "scripts": [
            "back.js"
        ]
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "19": "images\/icon47.png",
        "32": "images\/icon47.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "32": "images\/icon32.png"
        },
        "default_title": "__MSG_chrome_extension_name__",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "6.0",
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_short_name__",
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "images\/download.ico"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9.5"
}