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