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