Trello Focus

Bug fixes & better display of comments

Cos'è Trello Focus?

Trello Focus è un'estensione di Chrome sviluppata da luongtattrung, e la sua funzione principale è "Bug fixes & better display of comments".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trello Focus

Scarica i file di estensione Trello Focus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Trello Focus Trello Focus
ID gcpkllepbfkhkljdbeindfecjpelgefo
URL Ufficiale https://chrome.google.com/webstore/detail/trello-focus/gcpkllepbfkhkljdbeindfecjpelgefo
Descrizione Bug fixes & better display of comments
Dimensione del File 57.73 KB
Conteggio Installazioni 283
Versione Corrente 0.8
Ultimo Aggiornamento 2018-01-05
Data di Pubblicazione 2018-01-05
Valutazione 4.00/5 Totale 11 Valutazioni
Sviluppatore luongtattrung
Tipo di Pagamento free
Lingue Supportate 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
}