piQit Image Search

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

piQit Image Search क्या है?

piQit Image Search Karan Chhabra द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension finds similar products to the image which is clicked using the piqit icon"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में piQit Image Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम piQit Image Search piQit Image Search
ID ledmbpoboefnififmaabichemiknhfbh
आधिकारिक URL https://chrome.google.com/webstore/detail/piqit-image-search/ledmbpoboefnififmaabichemiknhfbh
विवरण This extension finds similar products to the image which is clicked using the piqit icon
फ़ाइल का आकार 144 KB
स्थापना संख्या 13
वर्तमान संस्करण 0.0.0.5
अंतिम अपडेट 2015-05-29
प्रकाशन तिथि 2015-05-29
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Karan Chhabra
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.streamoid.com/
समर्थित भाषाएँ 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"
    ]
}