Fix Trello Boards Width

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

What is Fix Trello Boards Width?

Fix Trello Boards Width is a Chrome extension developed by denno020, and its main feature is "Fix the container width of the Trello boards after latest UI update".

Extension Screenshots

screenshot
screenshot

Download Fix Trello Boards Width Extension CRX File

Download Fix Trello Boards Width extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fix Trello Boards Width Fix Trello Boards Width
ID ogdhdcfaleaijhiknnhphgnhofmpedpi
Official URL https://chromewebstore.google.com/detail/fix-trello-boards-width/ogdhdcfaleaijhiknnhphgnhofmpedpi
Description Fix the container width of the Trello boards after latest UI update
File Size 1.14 MB
Installation Count 156
Current Version 1.1.5
Last Updated 2020-01-29
Publish Date 2020-01-29
Rating 4.00/5 Total 2 Ratings
Developer denno020
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}