piQit Image Search

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

Hvad er piQit Image Search?

piQit Image Search er en Chrome-udvidelse udviklet af Karan Chhabra, og dens hovedfunktion er "This extension finds similar products to the image which is clicked using the piqit icon".

Udvidelsesskærmbilleder

screenshot
screenshot

Download piQit Image Search-udvidelses-CRX-fil

Download piQit Image Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn piQit Image Search piQit Image Search
ID ledmbpoboefnififmaabichemiknhfbh
Officiel URL https://chrome.google.com/webstore/detail/piqit-image-search/ledmbpoboefnififmaabichemiknhfbh
Beskrivelse This extension finds similar products to the image which is clicked using the piqit icon
Filstørrelse 144 KB
Antal Installationer 13
Nuværende Version 0.0.0.5
Senest Opdateret 2015-05-29
Udgivelsesdato 2015-05-29
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler Karan Chhabra
Betalingsmetode free
Udvidelseswebsted http://www.streamoid.com/
Understøttede Sprog 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"
    ]
}