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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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": [] } |