Chuck Enhancements for Trello

Show full card labels, cards count and card numbers on trello.com for easier communication in a team.

Chuck Enhancements for Trello क्या है?

Chuck Enhancements for Trello https://chuckjhardy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show full card labels, cards count and card numbers on trello.com for easier communication in a team."।

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

screenshot

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

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

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

                        Show full card labels, cards count and card numbers on trello.com for easier communication in a team.                    

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

नाम Chuck Enhancements for Trello Chuck Enhancements for Trello
ID jnfooppcjiafgeenkfeneflchjnpcepm
आधिकारिक URL https://chromewebstore.google.com/detail/chuck-enhancements-for-tr/jnfooppcjiafgeenkfeneflchjnpcepm
विवरण Show full card labels, cards count and card numbers on trello.com for easier communication in a team.
फ़ाइल का आकार 9.24 KB
स्थापना संख्या 342
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2015-02-18
प्रकाशन तिथि 2015-02-18
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://chuckjhardy.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ChuckJHardy/ChuckEnhancementsForTrello
सहायता पृष्ठ URL https://github.com/ChuckJHardy/ChuckEnhancementsForTrello/issues
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chuck Enhancements for Trello",
    "version": "0.0.1",
    "author": "Chuck J Hardy",
    "description": "Show full card labels, cards count and card numbers on trello.com for easier communication in a team.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "labels.css",
                "count.css",
                "numbers.css"
            ],
            "all_frames": true
        }
    ]
}