Trello Focus

Bug fixes & better display of comments

Wat is Trello Focus?

Trello Focus is een Chrome-extensie ontwikkeld door luongtattrung, en de belangrijkste functie is "Bug fixes & better display of comments".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Trello Focus

Download Trello Focus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Trello Focus Trello Focus
ID gcpkllepbfkhkljdbeindfecjpelgefo
Officiële URL https://chrome.google.com/webstore/detail/trello-focus/gcpkllepbfkhkljdbeindfecjpelgefo
Beschrijving Bug fixes & better display of comments
Bestandsgrootte 57.73 KB
Aantal Installaties 283
Huidige Versie 0.8
Laatst Bijgewerkt 2018-01-05
Publicatiedatum 2018-01-05
Beoordeling 4.00/5 Totaal 11 Beoordelingen
Ontwikkelaar luongtattrung
Betalingswijze free
Ondersteunde Talen 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
}