Trello Business Style

Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards

Qu'est-ce que Trello Business Style ?

Trello Business Style est une extension Chrome développée par Leonardo C Bottaro, et sa fonction principale est "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Trello Business Style

Téléchargez les fichiers d'extension Trello Business Style 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

                        This extension adds a button on the top right corner inside your boards, click it to make the cards more readable and less crowded.

Changelog:

v1.2.1
Fixed Bug when changing boards
Tweaks to the style

v1.2.0
Updated extension to better use new Trello features
Added persistent state

v1.1.0
Bug fixes

v1.0.0
Initial Release

Make it better! Contribute on GitHub! https://github.com/leocb/trello-businessStyle                    

Informations de Base sur l'Extension

Nom Trello Business Style Trello Business Style
ID knkibcjejmdcepoomodabefjobmajoco
URL Officiel https://chromewebstore.google.com/detail/trello-business-style/knkibcjejmdcepoomodabefjobmajoco
Description Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards
Taille du Fichier 2.22 MB
Nombre d'Installations 297
Version Actuelle 1.2.1
Dernière Mise à Jour 2018-03-28
Date de Publication 2018-03-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur Leonardo C Bottaro
Type de Paiement free
Site Web de l'Extension https://github.com/leocb/trello-businessStyle
URL de la Page d'Aide https://github.com/leocb/trello-businessStyle/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Business Style",
    "short_name": "trello-Business-Style",
    "description": "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards",
    "version": "1.2.1",
    "icons": {
        "16": "images\/icon-16.png",
        "64": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/trello.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "content-scripts.js"
            ],
            "css": [
                "content-styles.css"
            ]
        }
    ]
}