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"
}