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

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

                        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"
}