Pond5 Visual Search

Pond5 extension for visual search

Pond5 Visual Search là gì?

Pond5 Visual Search là một tiện ích mở rộng Chrome được phát triển bởi https://www.pond5.com, và tính năng chính của nó là "Pond5 extension for visual search".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pond5 Visual Search

Tải xuống các tệp mở rộng Pond5 Visual Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pond5 Visual Search Pond5 Visual Search
ID bkcancmgdkcallbilpnmhoajpjfgghjp
URL Chính Thức https://chrome.google.com/webstore/detail/pond5-visual-search/bkcancmgdkcallbilpnmhoajpjfgghjp
Mô tả Pond5 extension for visual search
Kích Thước Tệp 157 KB
Số Lần Cài Đặt 536
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2019-12-07
Ngày Phát Hành 2019-12-07
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.pond5.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pond5.com
URL Trang Trợ Giúp https://help.pond5.com/hc/en-us/articles/360001725292
URL Trang Chính Sách Bảo Mật https://www.pond5.com/legal/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}