piQit Image Search

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

What is piQit Image Search?

piQit Image Search is a Chrome extension developed by Karan Chhabra, and its main feature is "This extension finds similar products to the image which is clicked using the piqit icon".

Extension Screenshots

screenshot
screenshot

Download piQit Image Search Extension CRX File

Download piQit Image Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name piQit Image Search piQit Image Search
ID ledmbpoboefnififmaabichemiknhfbh
Official URL https://chrome.google.com/webstore/detail/piqit-image-search/ledmbpoboefnififmaabichemiknhfbh
Description This extension finds similar products to the image which is clicked using the piqit icon
File Size 144 KB
Installation Count 13
Current Version 0.0.0.5
Last Updated 2015-05-29
Publish Date 2015-05-29
Rating 3.00/5 Total 2 Ratings
Developer Karan Chhabra
Payment Type free
Extension Website http://www.streamoid.com/
Supported Languages 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"
    ]
}