Show Card Numbers for Trello
This extension displays card numbers from the board view.
Show Card Numbers for Trelloคืออะไร?
Show Card Numbers for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arron.powell และคุณลักษณะหลักของมันคือ "This extension displays card numbers from the board view."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Card Numbers for Trello
ดาวน์โหลดไฟล์ส่วนขยาย Show Card Numbers for Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows you to see card numbers from the board view in trello
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pjhjdehkaggmpebggjonlhleidlodepi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/show-card-numbers-for-tre/pjhjdehkaggmpebggjonlhleidlodepi |
คำอธิบาย | This extension displays card numbers from the board view. |
ขนาดไฟล์ | 14.68 KB |
จำนวนการติดตั้ง | 695 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2014-07-17 |
วันที่เผยแพร่ | 2014-07-17 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | arron.powell |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show Card Numbers for Trello", "description": "This extension displays card numbers from the board view.", "version": "1.2", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*" ], "css": [ "cardNo.css" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |