Ali Image Search - Search by Screenshot

Search similar products on AliExpress from anywhere by taking screenshot.

Ali Image Search - Search by Screenshotとは何ですか?

Ali Image Search - Search by Screenshotはhttps://aliimagesearch.comによって開発されたChromeの拡張機能で、その主な機能は「Search similar products on AliExpress from anywhere by taking screenshot.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Ali Image Search - Search by Screenshot拡張機能のCRXファイルをダウンロード

Ali Image Search - Search by Screenshot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Your experience of AliExpress image search will change by using this Extension. You don't need to save any image and upload it to search for similar products on AliExpress. You can take screenshots from anywhere on the internet. And search using the screenshot.

Suppose, you saw a product on a video, you want to buy it. You can take a screenshot from that video and search in real-time. 

This extension works on any website on the internet. Just click on the extension and select the product you want to search on AliExpress and click on the "Search" button. Or click on the "Reset" button to select another object. 

Please try to select the product only without excessive background or other items attached to it for better results.

If you face any issues you can always contact us by visiting https://aliimagesearch.com/contact-us/                    

拡張機能の基本情報

名前 Ali Image Search - Search by Screenshot Ali Image Search - Search by Screenshot
ID gheeeapchogdoiooldhphkljnoephdje
公式URL https://chromewebstore.google.com/detail/ali-image-search-search-b/gheeeapchogdoiooldhphkljnoephdje
説明 Search similar products on AliExpress from anywhere by taking screenshot.
ファイルサイズ 37.44 KB
インストール数 138
現在のバージョン 1.0.1
最終更新日 2022-02-09
公開日 2022-02-09
開発者 https://aliimagesearch.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://aliimagesearch.com/
ヘルプページのURL https://aliimagesearch.com/contact-us/
プライバシーポリシーページのURL https://aliimagesearch.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ali Image Search - Search by Screenshot",
    "description": "Search similar products on AliExpress from anywhere by taking screenshot.",
    "manifest_version": 3,
    "version": "1.0.1",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}