Trello Embeded Videos

Embeds youtube videos into Trello cards

Trello Embeded Videos란 무엇입니까?

Trello Embeded Videos은(는) Derek Antrican에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Embeds youtube videos into Trello cards"입니다.

확장 프로그램 스크린샷

screenshot

Trello Embeded Videos 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}