Full screen card view for Trello
Makes the card and edit window in Trello.com full screen
Full screen card view for Trelloとは何ですか?
Full screen card view for Trelloはhttps://justin.kelly.org.auによって開発されたChromeの拡張機能で、その主な機能は「Makes the card and edit window in Trello.com full screen」です。
拡張機能のスクリーンショット
Full screen card view for Trello拡張機能のCRXファイルをダウンロード
Full screen card view for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Converts the small Trello card view/edit windows to be full screen height and width. If you use trello.com alot like myself, and add lots (pages) of information in the card description section you’ll find the small card window a real pain to use. To fix this I whipped up a quick chrome extension to make the card edit window full screen, More info: * http://blog.justin.kelly.org.au/trello-big-edit/ Code on GitHub: * https://github.com/justinkelly/trello_big_edit
拡張機能の基本情報
名前 | Full screen card view for Trello |
ID | iakcnnmjbdoemkjecojadhpinebnkipm |
公式URL | https://chromewebstore.google.com/detail/full-screen-card-view-for/iakcnnmjbdoemkjecojadhpinebnkipm |
説明 | Makes the card and edit window in Trello.com full screen |
ファイルサイズ | 5.92 KB |
インストール数 | 1,820 |
現在のバージョン | 3 |
最終更新日 | 2013-08-09 |
公開日 | 2013-08-08 |
評価 | 4.38/5 合計 16 レビュー |
開発者 | https://justin.kelly.org.au |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/justinkelly/trello_big_edit |
ヘルプページのURL | https://github.com/justinkelly/trello_big_edit/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full screen card view for Trello", "version": "3", "manifest_version": 2, "description": "Makes the card and edit window in Trello.com full screen", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/trello.com\/*", "https:\/\/trello.com\/*" ], "js": [ "trello_big_edit.user.js" ] } ] } |