piQit Image Search

This extension finds similar products to the image which is clicked using the piqit icon

Cos'è piQit Image Search?

piQit Image Search è un'estensione di Chrome sviluppata da Karan Chhabra, e la sua funzione principale è "This extension finds similar products to the image which is clicked using the piqit icon".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione piQit Image Search

Scarica i file di estensione piQit Image Search 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

                        Discover visually similar apparel across different eCommerce websites. Crop and select the pattern/texture of interest and stumble upon similar clothing on different eCommerce websites. Buy the product you desire.                    

Informazioni di Base sull'Estensione

Nome piQit Image Search piQit Image Search
ID ledmbpoboefnififmaabichemiknhfbh
URL Ufficiale https://chrome.google.com/webstore/detail/piqit-image-search/ledmbpoboefnififmaabichemiknhfbh
Descrizione This extension finds similar products to the image which is clicked using the piqit icon
Dimensione del File 144 KB
Conteggio Installazioni 13
Versione Corrente 0.0.0.5
Ultimo Aggiornamento 2015-05-29
Data di Pubblicazione 2015-05-29
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Karan Chhabra
Tipo di Pagamento free
Sito Web dell'Estensione http://www.streamoid.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "piQit Image Search",
    "description": "This extension finds similar products to the image which is clicked using the piqit icon",
    "version": "0.0.0.5",
    "browser_action": {
        "default_icon": "static\/images\/piqto.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "static\/js\/jquery.min.js",
            "static\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "static\/css\/style.css"
            ],
            "js": [
                "static\/js\/jquery.min.js",
                "static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "static\/images\/piqto.png",
        "static\/css\/bootstrap.min.css"
    ]
}