Trello Embeded Videos
Embeds youtube videos into Trello cards
What is Trello Embeded Videos?
Trello Embeded Videos is a Chrome extension developed by Derek Antrican, and its main feature is "Embeds youtube videos into Trello cards".
Extension Screenshots
Download Trello Embeded Videos Extension CRX File
Download Trello Embeded Videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
When there is a YouTube video link in a Trello card description, this extension will embed a YouTube player in the card description.
Extension Basic Information
Name | Trello Embeded Videos |
ID | nenamekpbeemphnjlihcmkihnejcblgo |
Official URL | https://chromewebstore.google.com/detail/trello-embeded-videos/nenamekpbeemphnjlihcmkihnejcblgo |
Description | Embeds youtube videos into Trello cards |
File Size | 48.75 KB |
Installation Count | 98 |
Current Version | 1.0 |
Last Updated | 2020-02-09 |
Publish Date | 2020-02-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Derek Antrican |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/derekantrican/TrelloEmbededVideos |
Help Page URL | https://github.com/derekantrican/TrelloEmbededVideos |
Supported Languages | 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" } |