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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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
        }
    ]
}