1688 Search by image

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

Cos'è 1688 Search by image?

1688 Search by image è un'estensione di Chrome sviluppata da todd, e la sua funzione principale è "Quickly search 1688.com for any image you see while browsing!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 1688 Search by image

Scarica i file di estensione 1688 Search by image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome 1688 Search by image 1688 Search by image
ID cndnkfinbmlobbgjgbhoiaikajocejgo
URL Ufficiale https://chromewebstore.google.com/detail/1688-search-by-image/cndnkfinbmlobbgjgbhoiaikajocejgo
Descrizione Quickly search 1688.com for any image you see while browsing!
Dimensione del File 52.53 KB
Conteggio Installazioni 579
Versione Corrente 1.2.0
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2020-09-28
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore todd
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
    }
}