Trello Embeded Videos

Embeds youtube videos into Trello cards

Trello Embeded Videos là gì?

Trello Embeded Videos là một tiện ích mở rộng Chrome được phát triển bởi Derek Antrican, và tính năng chính của nó là "Embeds youtube videos into Trello cards".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trello Embeded Videos

Tải xuống các tệp mở rộng Trello Embeded Videos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        When there is a YouTube video link in a Trello card description, this extension will embed a YouTube player in the card description.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trello Embeded Videos Trello Embeded Videos
ID nenamekpbeemphnjlihcmkihnejcblgo
URL Chính Thức https://chromewebstore.google.com/detail/trello-embeded-videos/nenamekpbeemphnjlihcmkihnejcblgo
Mô tả Embeds youtube videos into Trello cards
Kích Thước Tệp 48.75 KB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-02-09
Ngày Phát Hành 2020-02-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Derek Antrican
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/derekantrican/TrelloEmbededVideos
URL Trang Trợ Giúp https://github.com/derekantrican/TrelloEmbededVideos
Ngôn Ngữ Được Hỗ Trợ 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"
}