Colored Exclamation Mark for Trello

This extension colors exclamation mark cards to easily distinguish them

Colored Exclamation Mark for Trello क्या है?

Colored Exclamation Mark for Trello mhanoi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension colors exclamation mark cards to easily distinguish them"।

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

screenshot

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

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

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

                        This extension colors Exclamation Mark cards to easily distinguish them
A Exclamation Mark is useful to categorize cards e.g, in scrum you may add ! to specify to which story belongs. 

This plugin extracts Exclamation Mark in a card title and change cards' background color according to it. This feature enhances visibility and you might be able to distinguish cards at glance.

Note: modify for change a hashtags to exclamation mark Credit by "Colored Hashtag for Trello"                    

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

नाम Colored Exclamation Mark for Trello Colored Exclamation Mark for Trello
ID ahpkhbieljfkaemoljnpenjfledfgefi
आधिकारिक URL https://chromewebstore.google.com/detail/colored-exclamation-mark/ahpkhbieljfkaemoljnpenjfledfgefi
विवरण This extension colors exclamation mark cards to easily distinguish them
फ़ाइल का आकार 40.1 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2016-08-29
प्रकाशन तिथि 2016-08-28
डेवलपर mhanoi
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "bower_components\/jquery\/jquery.min.js",
                "scripts\/colored_exclamation_mark.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "webNavigation"
    ]
}