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”。

擴展截圖

screenshot

下載Card Color Titles for Trello擴展crx文件

下載Card Color Titles for Trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Card Color Titles for Trello Card Color Titles for Trello
ID hpmobkglehhleflhaefmfajhbdnjmgim
官方網址 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
        }
    ]
}