Trello Focus
Bug fixes & better display of comments
Trello Focusคืออะไร?
Trello Focus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย luongtattrung และคุณลักษณะหลักของมันคือ "Bug fixes & better display of comments"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Focus
ดาวน์โหลดไฟล์ส่วนขยาย Trello Focus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Saving a lot of space by reducing the size of cover photo which is not always relevant. Also, show the lasted comment on card list, this is always the most relevant action need to be taken. After install, it works like Trello native features, you won't notice it's there. Free • No ads • New features is comming
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gcpkllepbfkhkljdbeindfecjpelgefo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/trello-focus/gcpkllepbfkhkljdbeindfecjpelgefo |
คำอธิบาย | Bug fixes & better display of comments |
ขนาดไฟล์ | 57.73 KB |
จำนวนการติดตั้ง | 283 |
เวอร์ชันปัจจุบัน | 0.8 |
อัปเดตครั้งล่าสุด | 2018-01-05 |
วันที่เผยแพร่ | 2018-01-05 |
คะแนน | 4.00/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | luongtattrung |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Focus", "description": "Bug fixes & better display of comments", "version": "0.8", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "css\/styles.css" ], "js": [ "js\/libs\/jquery-2.1.4.min.js", "js\/libs\/jquery.highlight.js", "js\/app.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |