Card Color Titles for Trello
Show the Card label titles on trello.com for easier communication in a team
Card Color Titles for Trelloคืออะไร?
Card Color Titles for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chuckjhardy และคุณลักษณะหลักของมันคือ "Show the Card label titles on trello.com for easier communication in a team"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Card Color Titles for Trello
ดาวน์โหลดไฟล์ส่วนขยาย Card Color Titles for Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hpmobkglehhleflhaefmfajhbdnjmgim |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/card-color-titles-for-tre/hpmobkglehhleflhaefmfajhbdnjmgim |
| คำอธิบาย | Show the Card label titles on trello.com for easier communication in a team |
| ขนาดไฟล์ | 3.26 KB |
| จำนวนการติดตั้ง | 66,432 |
| เวอร์ชันปัจจุบัน | 1.0.1 |
| อัปเดตครั้งล่าสุด | 2016-06-14 |
| วันที่เผยแพร่ | 2016-06-14 |
| คะแนน | 4.51/5 รวมทั้งหมด 151 คะแนน |
| ผู้พัฒนา | chuckjhardy |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/ChuckJHardy/ColorTitlesTrello |
| URL หน้าช่วยเหลือ | https://github.com/ChuckJHardy/ColorTitlesTrello/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Card Color Titles for Trello",
"version": "1.0.1",
"description": "Show the Card label titles on trello.com for easier communication in a team",
"content_scripts": [
{
"matches": [
"https:\/\/trello.com\/*"
],
"css": [
"override.css"
],
"all_frames": true
}
]
} | |