Card Colors for Trello

Takes card label colors, either merge them or pick the first and add them to the entire card.

什麼是Card Colors for Trello?

Card Colors for Trello是由Trustpilot開發的Chrome擴展程式,該擴展的主要功能是“Takes card label colors, either merge them or pick the first and add them to the entire card.”。

擴展截圖

screenshot

下載Card Colors for Trello擴展crx文件

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

擴展使用說明

                        Simple extension allowing the selected label colors of cards in Trello to fill the entire card. Settings allow either combing colors of multiple labels by simple rgb base value average or pick the color of the first label.

1.0.0.8 - Fixed issue with changed classes
1.0.0.7 - Reduced CPU load by only updating the DOM when there are changes
1.0.0.6 - Fixed some style issues and added an option button to select between 'merge' and 'use first label color'-mode to the top left menu.
1.0.0.5 - Should play more nicely with stickers now. If not - let me know.                    

擴展基本資訊

名稱 Card Colors for Trello Card Colors for Trello
ID nodlpencjjlohojddhflnahnfpfanbjm
官方網址 https://chromewebstore.google.com/detail/card-colors-for-trello/nodlpencjjlohojddhflnahnfpfanbjm
簡介 Takes card label colors, either merge them or pick the first and add them to the entire card.
檔案大小 37.98 KB
安裝次數 22,843
目前版本 1.0.0.8
更新時間 2017-06-28
上架時間 2017-06-28
評分 3.97/5 共 104 次評分
開發者 Trustpilot
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://legal.trustpilot.com/end-user-privacy-terms
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Card Colors for Trello",
    "description": "Takes card label colors, either merge them or pick the first and add them to the entire card.",
    "version": "1.0.0.8",
    "icons": {
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "js\/jquery.min.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/content.js"
            ]
        }
    ]
}