Trello Embeded Videos

Embeds youtube videos into Trello cards

Trello Embeded Videos क्या है?

Trello Embeded Videos Derek Antrican द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Embeds youtube videos into Trello cards"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trello Embeded Videos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}