Trello Focus

Bug fixes & better display of comments

Was ist Trello Focus?

Trello Focus ist eine Chrome-Erweiterung, die von luongtattrung entwickelt wurde, und ihr Hauptmerkmal ist "Bug fixes & better display of comments".

Erweiterungsscreenshots

screenshot

Trello Focus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trello Focus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Trello Focus Trello Focus
ID gcpkllepbfkhkljdbeindfecjpelgefo
Offizielle URL https://chrome.google.com/webstore/detail/trello-focus/gcpkllepbfkhkljdbeindfecjpelgefo
Beschreibung Bug fixes & better display of comments
Dateigröße 57.73 KB
Installationsanzahl 283
Aktuelle Version 0.8
Letztes Update 2018-01-05
Veröffentlichungsdatum 2018-01-05
Bewertung 4.00/5 Insgesamt 11 Bewertungen
Entwickler luongtattrung
Zahlungsart free
Unterstützte Sprachen 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
}