Card Color Titles for Trello
Show the Card label titles on trello.com for easier communication in a team
什么是Card Color Titles for Trello?
Card Color Titles for Trello是由chuckjhardy开发的Chrome扩展程序,该扩展的主要功能是“Show the Card label titles on trello.com for easier communication in a team”。
扩展截图
下载Card Color Titles for Trello扩展crx文件
下载Card Color Titles for Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Card Color Titles for Trello |
ID | hpmobkglehhleflhaefmfajhbdnjmgim |
官方URL | https://chromewebstore.google.com/detail/card-color-titles-for-tre/hpmobkglehhleflhaefmfajhbdnjmgim |
简介 | Show the Card label titles on trello.com for easier communication in a team |
文件大小 | 3.26 KB |
安装次数 | 66,432 |
当前版本 | 1.0.1 |
更新时间 | 2016-06-14 |
上架时间 | 2016-06-14 |
评分 | 4.51/5 共151次评分 |
开发者 | chuckjhardy |
付费类型 | free |
扩展官网 | https://github.com/ChuckJHardy/ColorTitlesTrello |
帮助页面URL | https://github.com/ChuckJHardy/ColorTitlesTrello/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Card Color Titles for Trello", "version": "1.0.1", "description": "Show the Card label titles on trello.com for easier communication in a team", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "override.css" ], "all_frames": true } ] } |