Trello Focus

Bug fixes & better display of comments

Qu'est-ce que Trello Focus ?

Trello Focus est une extension Chrome développée par luongtattrung, et sa fonction principale est "Bug fixes & better display of comments".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trello Focus

Téléchargez les fichiers d'extension Trello Focus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Trello Focus Trello Focus
ID gcpkllepbfkhkljdbeindfecjpelgefo
URL Officiel https://chrome.google.com/webstore/detail/trello-focus/gcpkllepbfkhkljdbeindfecjpelgefo
Description Bug fixes & better display of comments
Taille du Fichier 57.73 KB
Nombre d'Installations 283
Version Actuelle 0.8
Dernière Mise à Jour 2018-01-05
Date de Publication 2018-01-05
Évaluation 4.00/5 Total 11 Évaluations
Développeur luongtattrung
Type de Paiement free
Langues Prises en Charge 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
}