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
官方網址 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
電子郵箱 [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\/*"
    ]
}