Trello Card Colors

Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.

ما هو Trello Card Colors؟

Trello Card Colors هو إضافة Chrome تم تطويرها بواسطة Koji Sekiguchi، والميزة الرئيسية لها هي "Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.".

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

screenshot

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

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

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

                        Fills each cards background colour on Trello boards with label colour of  the card.
More convinient and easier than official cover function.
 - less clicks than cover.
 - support multiple colors. 

0.1.1 - Fix some problems for coloring card on initial view.
0.1.0 - Change the title!
0.0.6 - Add Japanese description.
0.0.5 - Support multi labels card. 
0.0.4 - First release.                    

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

الاسم Trello Card Colors Trello Card Colors
ID gnofggopjcccippphnjmajelmklljmhl
عنوان URL الرسمي https://chromewebstore.google.com/detail/trello-card-colors/gnofggopjcccippphnjmajelmklljmhl
الوصف Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.
حجم الملف 8.37 KB
عدد التثبيتات 2,167
النسخة الحالية 0.1.1
آخر تحديث 2022-06-28
تاريخ النشر 2020-06-07
تقييم 3.62/5 مجموع تقييمات 13
المطور Koji Sekiguchi
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://twitter.com/sarumonera
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}