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 هو إضافة Chrome تم تطويرها بواسطة mhanoi، والميزة الرئيسية لها هي "This extension colors exclamation mark cards to easily distinguish them".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Colored Exclamation Mark for Trello

قم بتنزيل ملفات الامتداد Colored Exclamation Mark for Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}