Trello Embeded Videos

Embeds youtube videos into Trello cards

Co to jest Trello Embeded Videos?

Trello Embeded Videos to rozszerzenie Chrome opracowane przez Derek Antrican, a jego główną funkcją jest „Embeds youtube videos into Trello cards”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Trello Embeded Videos

Pobierz pliki rozszerzeń Trello Embeded Videos w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Trello Embeded Videos Trello Embeded Videos
ID nenamekpbeemphnjlihcmkihnejcblgo
Oficjalny URL https://chromewebstore.google.com/detail/trello-embeded-videos/nenamekpbeemphnjlihcmkihnejcblgo
Opis Embeds youtube videos into Trello cards
Rozmiar pliku 48.75 KB
Liczba instalacji 98
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-02-09
Data Publikacji 2020-02-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Derek Antrican
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/derekantrican/TrelloEmbededVideos
Adres URL Strony Pomocy https://github.com/derekantrican/TrelloEmbededVideos
Obsługiwane Języki 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"
}