piQit Image Search

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

什么是piQit Image Search?

piQit Image Search是由Karan Chhabra开发的Chrome扩展程序,该扩展的主要功能是“This extension finds similar products to the image which is clicked using the piqit icon”。

扩展截图

screenshot
screenshot

下载piQit Image Search扩展crx文件

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