Trello Embeded Videos
Embeds youtube videos into Trello cards
Apa itu Trello Embeded Videos?
Trello Embeded Videos adalah ekstensi Chrome yang dikembangkan oleh Derek Antrican, dan fitur utamanya adalah "Embeds youtube videos into Trello cards".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Trello Embeded Videos
Unduh file ekstensi Trello Embeded Videos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
When there is a YouTube video link in a Trello card description, this extension will embed a YouTube player in the card description.
Informasi Dasar Ekstensi
Nama | Trello Embeded Videos |
ID | nenamekpbeemphnjlihcmkihnejcblgo |
URL Resmi | https://chromewebstore.google.com/detail/trello-embeded-videos/nenamekpbeemphnjlihcmkihnejcblgo |
Deskripsi | Embeds youtube videos into Trello cards |
Ukuran File | 48.75 KB |
Jumlah Instalasi | 98 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-02-09 |
Tanggal Publikasi | 2020-02-09 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Derek Antrican |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/derekantrican/TrelloEmbededVideos |
URL Halaman Bantuan | https://github.com/derekantrican/TrelloEmbededVideos |
Bahasa yang Didukung | 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" } |