piQit Image Search

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

Τι είναι το piQit Image Search;

Το piQit Image Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Karan Chhabra, και η κύρια λειτουργία του είναι "This extension finds similar products to the image which is clicked using the piqit icon".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης piQit Image Search

Λήψη αρχείων επέκτασης piQit Image Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}