Trello Embeded Videos
Embeds youtube videos into Trello cards
什么是Trello Embeded Videos?
Trello Embeded Videos是由Derek Antrican开发的Chrome扩展程序,该扩展的主要功能是“Embeds youtube videos into Trello cards”。
扩展截图
下载Trello Embeded Videos扩展crx文件
下载Trello Embeded Videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When there is a YouTube video link in a Trello card description, this extension will embed a YouTube player in the card description. 扩展基本信息
| 名称 | |
| ID | nenamekpbeemphnjlihcmkihnejcblgo |
| 官方URL | https://chromewebstore.google.com/detail/trello-embeded-videos/nenamekpbeemphnjlihcmkihnejcblgo |
| 简介 | Embeds youtube videos into Trello cards |
| 文件大小 | 48.75 KB |
| 安装次数 | 98 |
| 当前版本 | 1.0 |
| 更新时间 | 2020-02-09 |
| 上架时间 | 2020-02-09 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Derek Antrican |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/derekantrican/TrelloEmbededVideos |
| 帮助页面URL | https://github.com/derekantrican/TrelloEmbededVideos |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"resources\/jquery-1.9.1.min.js",
"resources\/content.js"
],
"css": [
"resources\/styles.css"
],
"matches": [
"https:\/\/trello.com\/*"
]
}
],
"web_accessible_resources": [
"resources\/videopanel.html"
],
"description": "Embeds youtube videos into Trello cards",
"icons": {
"128": "img\/TrelloEmbeddedVideos-128.png"
},
"manifest_version": 2,
"name": "Trello Embeded Videos",
"version": "1.0"
} | |