Fix Trello Boards Width

Fix the container width of the Trello boards after latest UI update

Qu'est-ce que Fix Trello Boards Width ?

Fix Trello Boards Width est une extension Chrome développée par denno020, et sa fonction principale est "Fix the container width of the Trello boards after latest UI update".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fix Trello Boards Width

Téléchargez les fichiers d'extension Fix Trello Boards Width 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

                        Simply makes the Trello boards container take up the entire width of the browser, meaning more boards can be seen at once.

Since the most recent Trello update, whereby a Home feed was added, the boards page was restricted to a mere ~700px. For users with large monitors, this was never going to display very well. This extension will fix that.                    

Informations de Base sur l'Extension

Nom Fix Trello Boards Width Fix Trello Boards Width
ID ogdhdcfaleaijhiknnhphgnhofmpedpi
URL Officiel https://chromewebstore.google.com/detail/fix-trello-boards-width/ogdhdcfaleaijhiknnhphgnhofmpedpi
Description Fix the container width of the Trello boards after latest UI update
Taille du Fichier 1.14 MB
Nombre d'Installations 156
Version Actuelle 1.1.5
Dernière Mise à Jour 2020-01-29
Date de Publication 2020-01-29
Évaluation 4.00/5 Total 2 Évaluations
Développeur denno020
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Trello Boards Width",
    "version": "1.1.5",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "description": "Fix the container width of the Trello boards after latest UI update",
    "author": "Luke Denton ",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.trello.com\/*",
                "https:\/\/*.trello.com\/*"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ]
}