Trello Card Colors
Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.
什么是Trello Card Colors?
Trello Card Colors是由Koji Sekiguchi开发的Chrome扩展程序,该扩展的主要功能是“Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.”。
扩展截图
下载Trello Card Colors扩展crx文件
下载Trello Card Colors扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fills each cards background colour on Trello boards with label colour of the card. More convinient and easier than official cover function. - less clicks than cover. - support multiple colors. 0.1.1 - Fix some problems for coloring card on initial view. 0.1.0 - Change the title! 0.0.6 - Add Japanese description. 0.0.5 - Support multi labels card. 0.0.4 - First release.
扩展基本信息
名称 | Trello Card Colors |
ID | gnofggopjcccippphnjmajelmklljmhl |
官方URL | https://chromewebstore.google.com/detail/trello-card-colors/gnofggopjcccippphnjmajelmklljmhl |
简介 | Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello. |
文件大小 | 8.37 KB |
安装次数 | 2,167 |
当前版本 | 0.1.1 |
更新时间 | 2022-06-28 |
上架时间 | 2020-06-07 |
评分 | 3.62/5 共13次评分 |
开发者 | Koji Sekiguchi |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://twitter.com/sarumonera |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "0.1.1", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |