Chuck Enhancements for Trello
Show full card labels, cards count and card numbers on trello.com for easier communication in a team.
Chuck Enhancements for Trelloとは何ですか?
Chuck Enhancements for Trelloはhttps://chuckjhardy.comによって開発されたChromeの拡張機能で、その主な機能は「Show full card labels, cards count and card numbers on trello.com for easier communication in a team.」です。
拡張機能のスクリーンショット
Chuck Enhancements for Trello拡張機能のCRXファイルをダウンロード
Chuck Enhancements for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Show full card labels, cards count and card numbers on trello.com for easier communication in a team. 拡張機能の基本情報
| 名前 | |
| ID | jnfooppcjiafgeenkfeneflchjnpcepm |
| 公式URL | https://chromewebstore.google.com/detail/chuck-enhancements-for-tr/jnfooppcjiafgeenkfeneflchjnpcepm |
| 説明 | Show full card labels, cards count and card numbers on trello.com for easier communication in a team. |
| ファイルサイズ | 9.24 KB |
| インストール数 | 342 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2015-02-18 |
| 公開日 | 2015-02-18 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://chuckjhardy.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/ChuckJHardy/ChuckEnhancementsForTrello |
| ヘルプページのURL | https://github.com/ChuckJHardy/ChuckEnhancementsForTrello/issues |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chuck Enhancements for Trello",
"version": "0.0.1",
"author": "Chuck J Hardy",
"description": "Show full card labels, cards count and card numbers on trello.com for easier communication in a team.",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/trello.com\/*"
],
"css": [
"labels.css",
"count.css",
"numbers.css"
],
"all_frames": true
}
]
} | |