piQit Image Search

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

Vad är piQit Image Search?

piQit Image Search är en Chrome-tillägg utvecklad av Karan Chhabra, och dess huvudfunktion är "This extension finds similar products to the image which is clicked using the piqit icon".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner piQit Image Search-förlängningens CRX-fil

Ladda ner piQit Image Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn piQit Image Search piQit Image Search
ID ledmbpoboefnififmaabichemiknhfbh
Officiell webbadress https://chrome.google.com/webstore/detail/piqit-image-search/ledmbpoboefnififmaabichemiknhfbh
Beskrivning This extension finds similar products to the image which is clicked using the piqit icon
Filstorlek 144 KB
Antal Installationer 13
Aktuell Version 0.0.0.5
Senast Uppdaterad 2015-05-29
Publiceringsdatum 2015-05-29
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Karan Chhabra
Betalningssätt free
Tilläggswebbplats http://www.streamoid.com/
Stödda Språk 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"
    ]
}