Fix Trello Boards Width

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

什么是Fix Trello Boards Width?

Fix Trello Boards Width是由denno020开发的Chrome扩展程序,该扩展的主要功能是“Fix the container width of the Trello boards after latest UI update”。

扩展截图

screenshot
screenshot

下载Fix Trello Boards Width扩展crx文件

下载Fix Trello Boards Width扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Fix Trello Boards Width Fix Trello Boards Width
ID ogdhdcfaleaijhiknnhphgnhofmpedpi
官方URL https://chromewebstore.google.com/detail/fix-trello-boards-width/ogdhdcfaleaijhiknnhphgnhofmpedpi
简介 Fix the container width of the Trello boards after latest UI update
文件大小 1.14 MB
安装次数 156
当前版本 1.1.5
更新时间 2020-01-29
上架时间 2020-01-29
评分 4.00/5 共2次评分
开发者 denno020
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}