Chuck Enhancements for Trello

Show full card labels, cards count and card numbers on trello.com for easier communication in a team.

ما هو Chuck Enhancements for Trello؟

Chuck Enhancements for Trello هو إضافة Chrome تم تطويرها بواسطة https://chuckjhardy.com، والميزة الرئيسية لها هي "Show full card labels, cards count and card numbers on trello.com for easier communication in a team.".

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

screenshot

تحميل ملف CRX للإضافة Chuck Enhancements for Trello

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

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

                        Show full card labels, cards count and card numbers on trello.com for easier communication in a team.                    

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

الاسم Chuck Enhancements for Trello Chuck Enhancements for Trello
ID jnfooppcjiafgeenkfeneflchjnpcepm
عنوان URL الرسمي https://chromewebstore.google.com/detail/chuck-enhancements-for-tr/jnfooppcjiafgeenkfeneflchjnpcepm
الوصف Show full card labels, cards count and card numbers on trello.com for easier communication in a team.
حجم الملف 9.24 KB
عدد التثبيتات 342
النسخة الحالية 0.0.1
آخر تحديث 2015-02-18
تاريخ النشر 2015-02-18
تقييم 5.00/5 مجموع تقييمات 2
المطور https://chuckjhardy.com
نوع الدفع free
موقع الإضافة https://github.com/ChuckJHardy/ChuckEnhancementsForTrello
عنوان صفحة المساعدة https://github.com/ChuckJHardy/ChuckEnhancementsForTrello/issues
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chuck Enhancements for Trello",
    "version": "0.0.1",
    "author": "Chuck J Hardy",
    "description": "Show full card labels, cards count and card numbers on trello.com for easier communication in a team.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "labels.css",
                "count.css",
                "numbers.css"
            ],
            "all_frames": true
        }
    ]
}