Fix Trello Boards Width

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

Cos'è Fix Trello Boards Width?

Fix Trello Boards Width è un'estensione di Chrome sviluppata da denno020, e la sua funzione principale è "Fix the container width of the Trello boards after latest UI update".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fix Trello Boards Width

Scarica i file di estensione Fix Trello Boards Width in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Fix Trello Boards Width Fix Trello Boards Width
ID ogdhdcfaleaijhiknnhphgnhofmpedpi
URL Ufficiale https://chromewebstore.google.com/detail/fix-trello-boards-width/ogdhdcfaleaijhiknnhphgnhofmpedpi
Descrizione Fix the container width of the Trello boards after latest UI update
Dimensione del File 1.14 MB
Conteggio Installazioni 156
Versione Corrente 1.1.5
Ultimo Aggiornamento 2020-01-29
Data di Pubblicazione 2020-01-29
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore denno020
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}