Trello User Filter
Click user avatars to show / hide their Trello cards.
Trello User Filterคืออะไร?
Trello User Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย terrylidev และคุณลักษณะหลักของมันคือ "Click user avatars to show / hide their Trello cards."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello User Filter
ดาวน์โหลดไฟล์ส่วนขยาย Trello User Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension displays 'User filter' on Trello board. From there you can click user avatars to quickly show / hide their cards. 1.6.0 - Minor style update. 1.5.0 - Minor style update. 1.4.0 - Bug fix. 1.3.0 - Bug fix. 1.2.0 - Update icon. Minor style update. 1.1.0 - Display user initials as filter buttons as well. 1.0.0 - Display user avatars as filter buttons.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eekfflgfcehaajgagdahecimghhdhjdg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trello-user-filter/eekfflgfcehaajgagdahecimghhdhjdg |
คำอธิบาย | Click user avatars to show / hide their Trello cards. |
ขนาดไฟล์ | 446 KB |
จำนวนการติดตั้ง | 93 |
เวอร์ชันปัจจุบัน | 1.6.0 |
อัปเดตครั้งล่าสุด | 2020-05-21 |
วันที่เผยแพร่ | 2020-05-21 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | terrylidev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello User Filter", "version": "1.6.0", "description": "Click user avatars to show \/ hide their Trello cards.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_idle", "matches": [ "https:\/\/trello.com\/*" ] } ] } |