LabelCounter for Trello

Counts the Card label titles on trello.com

Apa itu LabelCounter for Trello?

LabelCounter for Trello adalah ekstensi Chrome yang dikembangkan oleh https://rockin.work, dan fitur utamanya adalah "Counts the Card label titles on trello.com".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi LabelCounter for Trello

Unduh file ekstensi LabelCounter 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

                        This Extension counts cards and label texts, display it.
It will use the card labels for time. ex.) 1h, 2h, 4h, 8h

Required environment
* Trello.com
* install Card Color Titles for Trello Chrome Extension.
    * for display of label texts.
* Setting name of labels in Trello: 0.5h, 1h, 2h, 4h, 8h                    

Informasi Dasar Ekstensi

Nama LabelCounter for Trello LabelCounter for Trello
ID eahijelcdannijiaikdpdpjnhcjoblie
URL Resmi https://chromewebstore.google.com/detail/labelcounter-for-trello/eahijelcdannijiaikdpdpjnhcjoblie
Deskripsi Counts the Card label titles on trello.com
Ukuran File 18.45 KB
Jumlah Instalasi 103
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-09-10
Tanggal Publikasi 2018-09-10
Penilaian 4.00/5 Total 1 Penilaian
Pengembang https://rockin.work
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/oikwsat/trello-label-counter
URL Halaman Bantuan https://github.com/oikwsat/trello-label-counter
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LabelCounter for Trello",
    "description": "Counts the Card label titles on trello.com",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/b\/*"
            ],
            "js": [
                "js\/injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/embeded.js"
    ],
    "permissions": [
        "https:\/\/trello.com\/b\/*"
    ]
}