piQit Image Search

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

Co je piQit Image Search?

piQit Image Search je rozšíření Chrome vyvinuté Karan Chhabra, a jeho hlavní funkcí je „This extension finds similar products to the image which is clicked using the piqit icon“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření piQit Image Search

Stáhněte si soubory rozšíření piQit Image Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název piQit Image Search piQit Image Search
ID ledmbpoboefnififmaabichemiknhfbh
Oficiální URL https://chrome.google.com/webstore/detail/piqit-image-search/ledmbpoboefnififmaabichemiknhfbh
Popis This extension finds similar products to the image which is clicked using the piqit icon
Velikost souboru 144 KB
Počet instalací 13
Aktuální Verze 0.0.0.5
Poslední Aktualizace 2015-05-29
Datum Vydání 2015-05-29
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Karan Chhabra
Typ Platby free
Webové stránky Rozšíření http://www.streamoid.com/
Podporované Jazyky 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"
    ]
}