piQit Image Search

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

O que é piQit Image Search?

piQit Image Search é uma extensão do Chrome desenvolvida por Karan Chhabra, e sua principal característica é "This extension finds similar products to the image which is clicked using the piqit icon".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão piQit Image Search

Baixe arquivos de extensão piQit Image Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome piQit Image Search piQit Image Search
ID ledmbpoboefnififmaabichemiknhfbh
URL Oficial https://chrome.google.com/webstore/detail/piqit-image-search/ledmbpoboefnififmaabichemiknhfbh
Descrição This extension finds similar products to the image which is clicked using the piqit icon
Tamanho do Arquivo 144 KB
Contagem de Instalações 13
Versão Atual 0.0.0.5
Última Atualização 2015-05-29
Data de Publicação 2015-05-29
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Karan Chhabra
Tipo de Pagamento free
Site da Extensão http://www.streamoid.com/
Idiomas Suportados 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"
    ]
}