Trello Focus

Bug fixes & better display of comments

Apa itu Trello Focus?

Trello Focus adalah ekstensi Chrome yang dikembangkan oleh luongtattrung, dan fitur utamanya adalah "Bug fixes & better display of comments".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Trello Focus

Unduh file ekstensi Trello Focus 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

                        Saving a lot of space by reducing the size of cover photo which is not always relevant. Also, show the lasted comment on card list, this is always the most relevant action need to be taken. After install, it works like Trello native features, you won't notice it's there.

Free • No ads • New features is comming                    

Informasi Dasar Ekstensi

Nama Trello Focus Trello Focus
ID gcpkllepbfkhkljdbeindfecjpelgefo
URL Resmi https://chrome.google.com/webstore/detail/trello-focus/gcpkllepbfkhkljdbeindfecjpelgefo
Deskripsi Bug fixes & better display of comments
Ukuran File 57.73 KB
Jumlah Instalasi 283
Versi Saat Ini 0.8
Terakhir Diperbarui 2018-01-05
Tanggal Publikasi 2018-01-05
Penilaian 4.00/5 Total 11 Penilaian
Pengembang luongtattrung
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Focus",
    "description": "Bug fixes & better display of comments",
    "version": "0.8",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/libs\/jquery-2.1.4.min.js",
                "js\/libs\/jquery.highlight.js",
                "js\/app.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}