Catch Extension

Use the Catch Extension to curate and license content from the internet for creative campaigns.

什么是Catch Extension?

Catch Extension是由http://catchandrelease.com开发的Chrome扩展程序,该扩展的主要功能是“Use the Catch Extension to curate and license content from the internet for creative campaigns.”。

扩展截图

screenshot
screenshot
screenshot

下载Catch Extension扩展crx文件

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

扩展使用说明

                        The Catch&Release Catch Extension is the simplest way to find licensable content from anywhere on the internet for use in creative campaigns. Say goodbye to messy folders and random screenshots. Save photos, videos, and audio in Catch&Release for when you're ready to license them later.                    

扩展基本信息

名称 Catch Extension Catch Extension
ID npdgdkgnfofbbbbmkfofaaijkiakmjfk
官方URL https://chrome.google.com/webstore/detail/catch-extension/npdgdkgnfofbbbbmkfofaaijkiakmjfk
简介 Use the Catch Extension to curate and license content from the internet for creative campaigns.
文件大小 58.82 KB
安装次数 602
当前版本 3.0.5
更新时间 2020-04-06
上架时间 2020-04-06
评分 5.00/5 共3次评分
开发者 http://catchandrelease.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://app.catchandrelease.com
帮助页面URL https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension
隐私政策页面URL https://catchandrelease.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Catch Extension",
    "browser_action": {
        "default_title": "Catch Extension",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "https:\/\/catchandrelease.com\/",
        "https:\/\/app.catchandrelease.com\/"
    ],
    "description": "Use the Catch Extension to curate and license content from the internet for creative campaigns.",
    "version": "3.0.5"
}