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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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