Colored Exclamation Mark for Trello

This extension colors exclamation mark cards to easily distinguish them

Co je Colored Exclamation Mark for Trello?

Colored Exclamation Mark for Trello je rozšíření Chrome vyvinuté mhanoi, a jeho hlavní funkcí je „This extension colors exclamation mark cards to easily distinguish them“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Colored Exclamation Mark for Trello

Stáhněte si soubory rozšíření Colored Exclamation Mark for Trello ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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"                    

Základní Informace o Rozšíření

Název Colored Exclamation Mark for Trello Colored Exclamation Mark for Trello
ID ahpkhbieljfkaemoljnpenjfledfgefi
Oficiální URL https://chromewebstore.google.com/detail/colored-exclamation-mark/ahpkhbieljfkaemoljnpenjfledfgefi
Popis This extension colors exclamation mark cards to easily distinguish them
Velikost souboru 40.1 KB
Počet instalací 39
Aktuální Verze 1.0.5
Poslední Aktualizace 2016-08-29
Datum Vydání 2016-08-28
Vývojář mhanoi
Typ Platby free
Podporované Jazyky 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"
    ]
}