Fix Trello Boards Width

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

Was ist Fix Trello Boards Width?

Fix Trello Boards Width ist eine Chrome-Erweiterung, die von denno020 entwickelt wurde, und ihr Hauptmerkmal ist "Fix the container width of the Trello boards after latest UI update".

Erweiterungsscreenshots

screenshot
screenshot

Fix Trello Boards Width-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fix Trello Boards Width-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Fix Trello Boards Width Fix Trello Boards Width
ID ogdhdcfaleaijhiknnhphgnhofmpedpi
Offizielle URL https://chromewebstore.google.com/detail/fix-trello-boards-width/ogdhdcfaleaijhiknnhphgnhofmpedpi
Beschreibung Fix the container width of the Trello boards after latest UI update
Dateigröße 1.14 MB
Installationsanzahl 156
Aktuelle Version 1.1.5
Letztes Update 2020-01-29
Veröffentlichungsdatum 2020-01-29
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler denno020
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}