Trello Bug Feature Colors

Sets colors on Trello cards

ما هو Trello Bug Feature Colors؟

Trello Bug Feature Colors هو إضافة Chrome تم تطويرها بواسطة Derek Antrican، والميزة الرئيسية لها هي "Sets colors on Trello cards".

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

screenshot

تحميل ملف CRX للإضافة Trello Bug Feature Colors

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

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

                        Colors Trello cards that have the label "Bug" or "Feature" a color based on the color of that label.                    

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

الاسم Trello Bug Feature Colors Trello Bug Feature Colors
ID bhdnphlokfjjjcamgofjdbdicmgnhkmp
عنوان URL الرسمي https://chromewebstore.google.com/detail/trello-bug-feature-colors/bhdnphlokfjjjcamgofjdbdicmgnhkmp
الوصف Sets colors on Trello cards
حجم الملف 9.12 KB
عدد التثبيتات 18
النسخة الحالية 3.0
آخر تحديث 2022-11-04
تاريخ النشر 2019-09-04
المطور Derek Antrican
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/derekantrican/TrelloBugFeatureColors
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "description": "Sets colors on Trello cards",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 3,
    "name": "Trello Bug Feature Colors",
    "version": "3.0"
}