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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | npdgdkgnfofbbbbmkfofaaijkiakmjfk |
官方網址 | 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" } |