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
screenshot
screenshot

Trello Embeded Videos拡張機能のCRXファイルをダウンロード

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
Eメール derekantrican@gmail.com
支払い方法 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"
}