Pond5 Visual Search

Pond5 extension for visual search

什么是Pond5 Visual Search?

Pond5 Visual Search是由https://www.pond5.com开发的Chrome扩展程序,该扩展的主要功能是“Pond5 extension for visual search”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Pond5 Visual Search扩展crx文件

下载Pond5 Visual Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Find Licensable Video Using Any Image on the Web

The Pond5 Visual Search extension allows you to use any video or image on the web to search for licensable media in the Pond5 marketplace with a similar look.

Select any imagery you find online using the Visual Search extension and choose the media type you’re searching for (video, photo, illustration). You can even remove unwanted objects from your selection using the built-in eraser tool.

With a few simple steps, you’ll be taken to your search results in the Pond5 marketplace, offering you numerous options similar to your selection that you can license and use in your projects.                    

扩展基本信息

名称 Pond5 Visual Search Pond5 Visual Search
ID bkcancmgdkcallbilpnmhoajpjfgghjp
官方URL https://chrome.google.com/webstore/detail/pond5-visual-search/bkcancmgdkcallbilpnmhoajpjfgghjp
简介 Pond5 extension for visual search
文件大小 157 KB
安装次数 536
当前版本 1.0.2
更新时间 2019-12-07
上架时间 2019-12-07
评分 5.00/5 共7次评分
开发者 https://www.pond5.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.pond5.com
帮助页面URL https://help.pond5.com/hc/en-us/articles/360001725292
隐私政策页面URL https://www.pond5.com/legal/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pond5 Visual Search",
    "description": "Pond5 extension for visual search",
    "version": "1.0.2",
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "Icon-16.png",
            "32": "Icon-32.png",
            "48": "Icon-48.png",
            "64": "Icon-64.png",
            "96": "Icon-96.png",
            "128": "Icon-128.png"
        },
        "default_title": "Pond5 Visual Search"
    },
    "icons": {
        "16": "Icon-16.png",
        "32": "Icon-32.png",
        "48": "Icon-48.png",
        "64": "Icon-64.png",
        "96": "Icon-96.png",
        "128": "Icon-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'none'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+5",
                "mac": "Ctrl+Shift+5"
            },
            "description": "Pond5 Visual Search"
        }
    }
}