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 |
| 官方網址 | 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
}
]
} | |