piQit Image Search

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

Co to jest piQit Image Search?

piQit Image Search to rozszerzenie Chrome opracowane przez Karan Chhabra, a jego główną funkcją jest „This extension finds similar products to the image which is clicked using the piqit icon”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia piQit Image Search

Pobierz pliki rozszerzeń piQit Image Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa piQit Image Search piQit Image Search
ID ledmbpoboefnififmaabichemiknhfbh
Oficjalny URL https://chrome.google.com/webstore/detail/piqit-image-search/ledmbpoboefnififmaabichemiknhfbh
Opis This extension finds similar products to the image which is clicked using the piqit icon
Rozmiar pliku 144 KB
Liczba instalacji 13
Aktualna Wersja 0.0.0.5
Ostatnia Aktualizacja 2015-05-29
Data Publikacji 2015-05-29
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Karan Chhabra
Typ Płatności free
Strona Rozszerzenia http://www.streamoid.com/
Obsługiwane Języki 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"
    ]
}