Trello Bug Feature Colors

Sets colors on Trello cards

什么是Trello Bug Feature Colors?

Trello Bug Feature Colors是由Derek Antrican开发的Chrome扩展程序,该扩展的主要功能是“Sets colors on Trello cards”。

扩展截图

screenshot

下载Trello Bug Feature Colors扩展crx文件

下载Trello Bug Feature Colors扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Colors Trello cards that have the label "Bug" or "Feature" a color based on the color of that label.                    

扩展基本信息

名称 Trello Bug Feature Colors Trello Bug Feature Colors
ID bhdnphlokfjjjcamgofjdbdicmgnhkmp
官方URL https://chromewebstore.google.com/detail/trello-bug-feature-colors/bhdnphlokfjjjcamgofjdbdicmgnhkmp
简介 Sets colors on Trello cards
文件大小 9.12 KB
安装次数 18
当前版本 3.0
更新时间 2022-11-04
上架时间 2019-09-04
开发者 Derek Antrican
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/derekantrican/TrelloBugFeatureColors
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "description": "Sets colors on Trello cards",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 3,
    "name": "Trello Bug Feature Colors",
    "version": "3.0"
}