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