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.

Vad är AliExpress Search by Image and Download?

AliExpress Search by Image and Download är en Chrome-tillägg utvecklad av ok, och dess huvudfunktion är "Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner AliExpress Search by Image and Download-förlängningens CRX-fil

Ladda ner AliExpress Search by Image and Download-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AliExpress Search by Image and Download AliExpress Search by Image and Download
ID faklajjdekhkmkjhdknbikcikhofompi
Officiell webbadress https://chromewebstore.google.com/detail/aliexpress-search-by-imag/faklajjdekhkmkjhdknbikcikhofompi
Beskrivning Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images.
Filstorlek 23.62 KB
Antal Installationer 1,481
Aktuell Version 1.0.9.5
Senast Uppdaterad 2020-05-06
Publiceringsdatum 2020-05-05
Betyg 4.40/5 Totalt 10 Betyg
Utvecklare ok
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}