Card Color Titles for Trello

Show the Card label titles on trello.com for easier communication in a team

ما هو Card Color Titles for Trello؟

Card Color Titles for Trello هو إضافة Chrome تم تطويرها بواسطة chuckjhardy، والميزة الرئيسية لها هي "Show the Card label titles on trello.com for easier communication in a team".

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

screenshot

تحميل ملف CRX للإضافة Card Color Titles for Trello

قم بتنزيل ملفات الامتداد Card Color Titles for Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Card Color Titles for Trello Card Color Titles for Trello
ID hpmobkglehhleflhaefmfajhbdnjmgim
عنوان URL الرسمي https://chromewebstore.google.com/detail/card-color-titles-for-tre/hpmobkglehhleflhaefmfajhbdnjmgim
الوصف Show the Card label titles on trello.com for easier communication in a team
حجم الملف 3.26 KB
عدد التثبيتات 66,432
النسخة الحالية 1.0.1
آخر تحديث 2016-06-14
تاريخ النشر 2016-06-14
تقييم 4.51/5 مجموع تقييمات 151
المطور chuckjhardy
نوع الدفع free
موقع الإضافة https://github.com/ChuckJHardy/ColorTitlesTrello
عنوان صفحة المساعدة https://github.com/ChuckJHardy/ColorTitlesTrello/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Card Color Titles for Trello",
    "version": "1.0.1",
    "description": "Show the Card label titles on trello.com for easier communication in a team",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "override.css"
            ],
            "all_frames": true
        }
    ]
}