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
Eメール [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"
            ]
        }
    ]
}