Trello Business Style
Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards
Trello Business Styleとは何ですか?
Trello Business StyleはLeonardo C Bottaroによって開発されたChromeの拡張機能で、その主な機能は「Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards」です。
拡張機能のスクリーンショット
Trello Business Style拡張機能のCRXファイルをダウンロード
Trello Business Style拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a button on the top right corner inside your boards, click it to make the cards more readable and less crowded. Changelog: v1.2.1 Fixed Bug when changing boards Tweaks to the style v1.2.0 Updated extension to better use new Trello features Added persistent state v1.1.0 Bug fixes v1.0.0 Initial Release Make it better! Contribute on GitHub! https://github.com/leocb/trello-businessStyle
拡張機能の基本情報
名前 | Trello Business Style |
ID | knkibcjejmdcepoomodabefjobmajoco |
公式URL | https://chromewebstore.google.com/detail/trello-business-style/knkibcjejmdcepoomodabefjobmajoco |
説明 | Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards |
ファイルサイズ | 2.22 MB |
インストール数 | 297 |
現在のバージョン | 1.2.1 |
最終更新日 | 2018-03-28 |
公開日 | 2018-03-28 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Leonardo C Bottaro |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/leocb/trello-businessStyle |
ヘルプページのURL | https://github.com/leocb/trello-businessStyle/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Business Style", "short_name": "trello-Business-Style", "description": "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards", "version": "1.2.1", "icons": { "16": "images\/icon-16.png", "64": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "storage", "https:\/\/trello.com\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/trello.com\/*" ], "js": [ "content-scripts.js" ], "css": [ "content-styles.css" ] } ] } |