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.
扩展基本信息
名称 | Chuck Enhancements for Trello |
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 } ] } |