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
公式URL 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
        }
    ]
}