piQit Image Search

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

piQit Image Search là gì?

piQit Image Search là một tiện ích mở rộng Chrome được phát triển bởi Karan Chhabra, và tính năng chính của nó là "This extension finds similar products to the image which is clicked using the piqit icon".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng piQit Image Search

Tải xuống các tệp mở rộng piQit Image Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên piQit Image Search piQit Image Search
ID ledmbpoboefnififmaabichemiknhfbh
URL Chính Thức https://chrome.google.com/webstore/detail/piqit-image-search/ledmbpoboefnififmaabichemiknhfbh
Mô tả This extension finds similar products to the image which is clicked using the piqit icon
Kích Thước Tệp 144 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 0.0.0.5
Cập Nhật Lần Cuối 2015-05-29
Ngày Phát Hành 2015-05-29
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Karan Chhabra
Loại Thanh Toán free
Trang Web Mở Rộng http://www.streamoid.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}