Trello Embeded Videos
Embeds youtube videos into Trello cards
Cos'è Trello Embeded Videos?
Trello Embeded Videos è un'estensione di Chrome sviluppata da Derek Antrican, e la sua funzione principale è "Embeds youtube videos into Trello cards".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trello Embeded Videos
Scarica i file di estensione Trello Embeded Videos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
When there is a YouTube video link in a Trello card description, this extension will embed a YouTube player in the card description.
Informazioni di Base sull'Estensione
Nome | Trello Embeded Videos |
ID | nenamekpbeemphnjlihcmkihnejcblgo |
URL Ufficiale | https://chromewebstore.google.com/detail/trello-embeded-videos/nenamekpbeemphnjlihcmkihnejcblgo |
Descrizione | Embeds youtube videos into Trello cards |
Dimensione del File | 48.75 KB |
Conteggio Installazioni | 98 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-02-09 |
Data di Pubblicazione | 2020-02-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Derek Antrican |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/derekantrican/TrelloEmbededVideos |
URL della Pagina di Aiuto | https://github.com/derekantrican/TrelloEmbededVideos |
Lingue Supportate | 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" } |