1688 Search by image

Quickly search 1688.com for any image you see while browsing!

What is 1688 Search by image?

1688 Search by image is a Chrome extension developed by todd, and its main feature is "Quickly search 1688.com for any image you see while browsing!".

Extension Screenshots

screenshot
screenshot

Download 1688 Search by image Extension CRX File

Download 1688 Search by image extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A helpful dropshipping tool, this extension lets you search for similar images on 1688.com with 1 click. Simply click on the icon that will appear on each image, and wait for the search tab to open. When the results are ready, the tab will become focused.                    

Extension Basic Information

Name 1688 Search by image 1688 Search by image
ID cndnkfinbmlobbgjgbhoiaikajocejgo
Official URL https://chromewebstore.google.com/detail/1688-search-by-image/cndnkfinbmlobbgjgbhoiaikajocejgo
Description Quickly search 1688.com for any image you see while browsing!
File Size 52.53 KB
Installation Count 579
Current Version 1.2.0
Last Updated 2024-02-28
Publish Date 2020-09-28
Rating 4.43/5 Total 7 Ratings
Developer todd
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Quickly search 1688.com for any image you see while browsing!",
    "version": "1.2.0",
    "name": "1688 Search by image",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "upload-icon-circle-thicker.png"
    },
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "upload-icon-circle-thicker.png",
        "64": "upload-icon-circle-thicker.png",
        "128": "upload-icon-circle-thicker.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.ttf",
                "*.gif",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}