Fix Trello Boards Width

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

Co je Fix Trello Boards Width?

Fix Trello Boards Width je rozšíření Chrome vyvinuté denno020, a jeho hlavní funkcí je „Fix the container width of the Trello boards after latest UI update“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Fix Trello Boards Width

Stáhněte si soubory rozšíření Fix Trello Boards Width ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Fix Trello Boards Width Fix Trello Boards Width
ID ogdhdcfaleaijhiknnhphgnhofmpedpi
Oficiální URL https://chromewebstore.google.com/detail/fix-trello-boards-width/ogdhdcfaleaijhiknnhphgnhofmpedpi
Popis Fix the container width of the Trello boards after latest UI update
Velikost souboru 1.14 MB
Počet instalací 156
Aktuální Verze 1.1.5
Poslední Aktualizace 2020-01-29
Datum Vydání 2020-01-29
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář denno020
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}