Card Color Titles for Trello

Show the Card label titles on trello.com for easier communication in a team

Apa itu Card Color Titles for Trello?

Card Color Titles for Trello adalah ekstensi Chrome yang dikembangkan oleh chuckjhardy, dan fitur utamanya adalah "Show the Card label titles on trello.com for easier communication in a team".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Card Color Titles for Trello

Unduh file ekstensi Card Color Titles for Trello dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Card Color Titles for Trello Card Color Titles for Trello
ID hpmobkglehhleflhaefmfajhbdnjmgim
URL Resmi https://chromewebstore.google.com/detail/card-color-titles-for-tre/hpmobkglehhleflhaefmfajhbdnjmgim
Deskripsi Show the Card label titles on trello.com for easier communication in a team
Ukuran File 3.26 KB
Jumlah Instalasi 66,432
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-06-14
Tanggal Publikasi 2016-06-14
Penilaian 4.51/5 Total 151 Penilaian
Pengembang chuckjhardy
Tipe Pembayaran free
Situs Ekstensi https://github.com/ChuckJHardy/ColorTitlesTrello
URL Halaman Bantuan https://github.com/ChuckJHardy/ColorTitlesTrello/issues
Bahasa yang Didukung 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
        }
    ]
}