Trello Embeded Videos

Embeds youtube videos into Trello cards

Was ist Trello Embeded Videos?

Trello Embeded Videos ist eine Chrome-Erweiterung, die von Derek Antrican entwickelt wurde, und ihr Hauptmerkmal ist "Embeds youtube videos into Trello cards".

Erweiterungsscreenshots

screenshot

Trello Embeded Videos-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trello Embeded Videos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Trello Embeded Videos Trello Embeded Videos
ID nenamekpbeemphnjlihcmkihnejcblgo
Offizielle URL https://chromewebstore.google.com/detail/trello-embeded-videos/nenamekpbeemphnjlihcmkihnejcblgo
Beschreibung Embeds youtube videos into Trello cards
Dateigröße 48.75 KB
Installationsanzahl 98
Aktuelle Version 1.0
Letztes Update 2020-02-09
Veröffentlichungsdatum 2020-02-09
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Derek Antrican
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/derekantrican/TrelloEmbededVideos
Hilfeseite URL https://github.com/derekantrican/TrelloEmbededVideos
Unterstützte Sprachen 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"
}