Trello Clean
Get a clean board on Trello.com
Trello Cleanคืออะไร?
Trello Clean เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://manuelgruber.com และคุณลักษณะหลักของมันคือ "Get a clean board on Trello.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Clean
ดาวน์โหลดไฟล์ส่วนขยาย Trello Clean ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The board layout on Trello.com changed some time ago. They added another column on the right side of every board. As it's a great idea to onboard new users, for existing superusers it's disturbing. The "Add a list..." button just wastes space on the screen. Especially for boards with a few columns / lists, the additional button will add a horizontal scroll bar. Which has a negative impact on the user experience. This Chrome extension solves the problem: 1. Install the extension 2. Refresh the browser tabs with Trello boards 3. And the "Add a list..." button is hidden More at http://manuelgruber.com/trello-clean FYI If you want to add new lists to your board, just go to the installed extensions (chrome://extensions/). There you can disable and enable the extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Trello Clean |
ID | iodgmlcdnnjgiejimnifloaaaehkbdno |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trello-clean/iodgmlcdnnjgiejimnifloaaaehkbdno |
คำอธิบาย | Get a clean board on Trello.com |
ขนาดไฟล์ | 3.17 KB |
จำนวนการติดตั้ง | 384 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2023-11-25 |
วันที่เผยแพร่ | 2015-11-14 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://manuelgruber.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://manuelgruber.com/trello-clean |
URL หน้าช่วยเหลือ | http://manuelgruber.com/trello-clean |
URL หน้านโยบายความเป็นส่วนตัว | http://manuelgruber.com/2015/trello-clean-introduction |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Trello Clean", "description": "Get a clean board on Trello.com", "version": "1.1.0", "author": "Manuel Gruber", "homepage_url": "http:\/\/manuelgruber.com\/trello-clean", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "\/trello-clean.css" ], "run_at": "document_end" } ], "content_security_policy": [] } |