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.
擴展基本資訊
名稱 | Trello Embeded Videos |
ID | nenamekpbeemphnjlihcmkihnejcblgo |
官方網址 | 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" } |