Shnap - Visual Search for Fashion

Snap any image of a fashion item and instantly shop it!

Shnap - Visual Search for Fashionとは何ですか?

Shnap - Visual Search for Fashionはhttps://getshnap.comによって開発されたChromeの拡張機能で、その主な機能は「Snap any image of a fashion item and instantly shop it!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Shnap - Visual Search for Fashion拡張機能のCRXファイルをダウンロード

Shnap - Visual Search for Fashion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        When style envy strikes, don't waste hours scrolling miles scouring the internet. 

Just click the Shnap button hovering over on any image or item and Shnap's smart visual search technology will auto-magically search the world's best stores to find everywhere you can buy that item plus visually similar options too.
This means you'll find exactly what you're looking for without even trying. 

So many ways to effortlessly saves time and money.                    

拡張機能の基本情報

名前 Shnap - Visual Search for Fashion Shnap - Visual Search for Fashion
ID lggddbpkamikjbnoehdcjnkggcbkiech
公式URL https://chromewebstore.google.com/detail/shnap-visual-search-for-f/lggddbpkamikjbnoehdcjnkggcbkiech
説明 Snap any image of a fashion item and instantly shop it!
ファイルサイズ 87.41 KB
インストール数 195
現在のバージョン 0.4
最終更新日 2020-06-22
公開日 2020-06-22
評価 1.00/5 合計 1 レビュー
開発者 https://getshnap.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://getshnap.com
ヘルプページのURL https://theurge.com/page/faq
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shnap - Visual Search for Fashion",
    "description": "Snap any image of a fashion item and instantly shop it!",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "version": "0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "html\/*"
    ]
}