Slim Lists for Trello
Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%
Slim Lists for Trelloとは何ですか?
Slim Lists for Trelloはcchanaによって開発されたChromeの拡張機能で、その主な機能は「Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%」です。
拡張機能のスクリーンショット
Slim Lists for Trello拡張機能のCRXファイルをダウンロード
Slim Lists for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Slim Lists reduces the width of each list on your board so that you can fit more onto your screen. Lists can be reduced to almost half of their original width allowing you to fit almost twice as many lists on your screen. The extension will only take effect when you have too many lists to fit on your screen. Because of how Trello works, the structure of the page is reloaded every time meaning the extension runs after every change. The extension now accommodates Trello's 'Add list' option. If you can't see this option, just scroll right to bring it up. Of course, you can double click anywhere on the board's background to create a new list at that position.
拡張機能の基本情報
名前 | Slim Lists for Trello |
ID | pjlejgbmijmafmobaofcgblpdbkaodod |
公式URL | https://chromewebstore.google.com/detail/slim-lists-for-trello/pjlejgbmijmafmobaofcgblpdbkaodod |
説明 | Shows you more lists in Trello by reducing the width of lists in Trello by up to 50% |
ファイルサイズ | 11.01 KB |
インストール数 | 7,671 |
現在のバージョン | 0.10 |
最終更新日 | 2015-08-11 |
公開日 | 2015-08-11 |
評価 | 4.08/5 合計 60 レビュー |
開発者 | cchana |
支払い方法 | free |
拡張機能のウェブサイト | http://charanj.it |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slim Lists for Trello", "version": "0.10", "manifest_version": 2, "description": "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%", "content_scripts": [ { "js": [ "scripts.js" ], "matches": [ "https:\/\/trello.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "icon_128.png" } } |