Trello Clean
Get a clean board on Trello.com
什麼是Trello Clean?
Trello Clean是由https://manuelgruber.com開發的Chrome擴展程式,該擴展的主要功能是“Get a clean board on Trello.com”。
擴展截圖
下載Trello Clean擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | iodgmlcdnnjgiejimnifloaaaehkbdno |
| 官方網址 | 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": []
} | |