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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    }
}