1688 Search by image

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

¿Qué es 1688 Search by image?

1688 Search by image es una extensión de Chrome desarrollada por todd, y su función principal es "Quickly search 1688.com for any image you see while browsing!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión 1688 Search by image

Descarga archivos de extensión 1688 Search by image en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 1688 Search by image 1688 Search by image
ID cndnkfinbmlobbgjgbhoiaikajocejgo
URL Oficial https://chromewebstore.google.com/detail/1688-search-by-image/cndnkfinbmlobbgjgbhoiaikajocejgo
Descripción Quickly search 1688.com for any image you see while browsing!
Tamaño del Archivo 52.53 KB
Cantidad de Instalaciones 579
Versión Actual 1.2.0
Última Actualización 2024-02-28
Fecha de Publicación 2020-09-28
Calificación 4.43/5 Total de 7 Calificaciones
Desarrollador todd
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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'"
    }
}