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
电子邮箱 [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\/*"
    ]
}