Fix Trello Boards Width

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

Wat is Fix Trello Boards Width?

Fix Trello Boards Width is een Chrome-extensie ontwikkeld door denno020, en de belangrijkste functie is "Fix the container width of the Trello boards after latest UI update".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Fix Trello Boards Width

Download Fix Trello Boards Width-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Fix Trello Boards Width Fix Trello Boards Width
ID ogdhdcfaleaijhiknnhphgnhofmpedpi
Officiële URL https://chromewebstore.google.com/detail/fix-trello-boards-width/ogdhdcfaleaijhiknnhphgnhofmpedpi
Beschrijving Fix the container width of the Trello boards after latest UI update
Bestandsgrootte 1.14 MB
Aantal Installaties 156
Huidige Versie 1.1.5
Laatst Bijgewerkt 2020-01-29
Publicatiedatum 2020-01-29
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar denno020
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}