Trello Extras

Some extra functionality for Trello.

Trello Extras क्या है?

Trello Extras Barry Els द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Some extra functionality for Trello."।

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

crx प्रारूप में Trello Extras एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Some extra functionality for Trello. Feel free to request features, report bugs and help out (PRs welcome) here: https://github.com/barryels/trello-extras                    

एक्सटेंशन की मूल जानकारी

नाम Trello Extras Trello Extras
ID eljmgmdnmlfabhkkjplfennnnjnhhaog
आधिकारिक URL https://chromewebstore.google.com/detail/trello-extras/eljmgmdnmlfabhkkjplfennnnjnhhaog
विवरण Some extra functionality for Trello.
फ़ाइल का आकार 459 KB
स्थापना संख्या 25
वर्तमान संस्करण 1.8.6
अंतिम अपडेट 2017-06-15
प्रकाशन तिथि 2017-06-15
डेवलपर Barry Els
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/index.js"
            ],
            "matches": [
                "http:\/\/trello.com\/*",
                "https:\/\/trello.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Trello Extras"
    },
    "name": "Trello Extras",
    "version": "1.8.6",
    "description": "Some extra functionality for Trello.",
    "author": "Barry Els "
}