Aliexpress Search by image

Search goods on Aliexpress by image

Vad är Aliexpress Search by image?

Aliexpress Search by image är en Chrome-tillägg utvecklad av FFFFx029A, och dess huvudfunktion är "Search goods on Aliexpress by image".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Aliexpress Search by image-förlängningens CRX-fil

Ladda ner Aliexpress Search by image-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

                        Search items on AliExpress using an image or photo of products in other sites.

How to use:
1. Right Click on the image (picture) with the right mouse button on any site.
2. In the context menu, click "Search goods on Aliexpress by this image"

Very easy to use, lightweight extension to search AliExpress.com items by image.

* Adds “Search and find similar products on AE marketplace” when right clicking an image, the extension will use a third-party website, searchbyimage.com, to find visually similar items on Ali
* Clicking on the extension icon and easily search in AE by text or by image link.
* Allow right clicks in ali site for download and save images/photo, copy text and description of products and items                    

Grundläggande Information om Tillägg

Namn Aliexpress Search by image Aliexpress Search by image
ID jkcacbjiofjgbnaknoojjboeiinempoa
Officiell webbadress https://chromewebstore.google.com/detail/aliexpress-search-by-imag/jkcacbjiofjgbnaknoojjboeiinempoa
Beskrivning Search goods on Aliexpress by image
Filstorlek 41.72 KB
Antal Installationer 202,391
Aktuell Version 4.5
Senast Uppdaterad 2024-03-04
Publiceringsdatum 2020-05-30
Betyg 3.96/5 Totalt 300 Betyg
Utvecklare FFFFx029A
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://chinapost.ru/privacy/dev.txt
Stödda Språk en,en-GB,en-US,ru
manifest.json
{
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_short_name__",
    "description": "__MSG_chrome_extension_description__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.5",
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.searchbyimage.com\/*",
        "https:\/\/*.searchbyimage.ru\/*"
    ],
    "action": {
        "default_icon": "19x19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    }
}