Trello Embeded Videos

Embeds youtube videos into Trello cards

Trello Embeded Videosคืออะไร?

Trello Embeded Videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Derek Antrican และคุณลักษณะหลักของมันคือ "Embeds youtube videos into Trello cards"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Embeded Videos

ดาวน์โหลดไฟล์ส่วนขยาย Trello Embeded Videos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
URL หน้าช่วยเหลือ 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"
}