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
Eメール [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"
        }
    }
}