Hide images in trello
This extension adds button to toggle all cover images in Trello lists.
Hide images in trelloคืออะไร?
Hide images in trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย streumme และคุณลักษณะหลักของมันคือ "This extension adds button to toggle all cover images in Trello lists."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide images in trello
ดาวน์โหลดไฟล์ส่วนขยาย Hide images in trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
In order to get a clean view of a cluttered trello board, this plugin toggles all cover images by clicking a button in the toolbar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | opaoofkloohknnanekncgnpcknohcbpj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hide-images-in-trello/opaoofkloohknnanekncgnpcknohcbpj |
คำอธิบาย | This extension adds button to toggle all cover images in Trello lists. |
ขนาดไฟล์ | 44.63 KB |
จำนวนการติดตั้ง | 83 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-04-10 |
วันที่เผยแพร่ | 2019-04-10 |
คะแนน | 2.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | streumme |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hide images in trello", "description": "This extension adds button to toggle all cover images in Trello lists.", "version": "1.0", "author": "Johan Str\u00f6m", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*" ], "js": [ "injector.js" ] } ], "web_accessible_resources": [ "jquery.js", "imagehide.js", "imagehide.css" ], "permissions": [ "https:\/\/trello.com\/b\/*" ] } |