Trello Embeded Videos
Embeds youtube videos into Trello cards
ما هو Trello Embeded Videos؟
Trello Embeded Videos هو إضافة Chrome تم تطويرها بواسطة Derek Antrican، والميزة الرئيسية لها هي "Embeds youtube videos into Trello cards".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trello Embeded Videos
قم بتنزيل ملفات الامتداد Trello Embeded Videos بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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 |
عنوان صفحة المساعدة | 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" } |