Trello Embeded Videos
Embeds youtube videos into Trello cards
Vad är Trello Embeded Videos?
Trello Embeded Videos är en Chrome-tillägg utvecklad av Derek Antrican, och dess huvudfunktion är "Embeds youtube videos into Trello cards".
Tilläggsskärmbilder
Ladda ner Trello Embeded Videos-förlängningens CRX-fil
Ladda ner Trello Embeded Videos-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
When there is a YouTube video link in a Trello card description, this extension will embed a YouTube player in the card description.
Grundläggande Information om Tillägg
Namn | Trello Embeded Videos |
ID | nenamekpbeemphnjlihcmkihnejcblgo |
Officiell webbadress | https://chromewebstore.google.com/detail/trello-embeded-videos/nenamekpbeemphnjlihcmkihnejcblgo |
Beskrivning | Embeds youtube videos into Trello cards |
Filstorlek | 48.75 KB |
Antal Installationer | 98 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-02-09 |
Publiceringsdatum | 2020-02-09 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Derek Antrican |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/derekantrican/TrelloEmbededVideos |
Hjälpsida URL | https://github.com/derekantrican/TrelloEmbededVideos |
Stödda Språk | 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" } |