Fix Trello Boards Width

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

Fix Trello Boards Width là gì?

Fix Trello Boards Width là một tiện ích mở rộng Chrome được phát triển bởi denno020, và tính năng chính của nó là "Fix the container width of the Trello boards after latest UI update".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fix Trello Boards Width

Tải xuống các tệp mở rộng Fix Trello Boards Width dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fix Trello Boards Width Fix Trello Boards Width
ID ogdhdcfaleaijhiknnhphgnhofmpedpi
URL Chính Thức https://chromewebstore.google.com/detail/fix-trello-boards-width/ogdhdcfaleaijhiknnhphgnhofmpedpi
Mô tả Fix the container width of the Trello boards after latest UI update
Kích Thước Tệp 1.14 MB
Số Lần Cài Đặt 156
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2020-01-29
Ngày Phát Hành 2020-01-29
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển denno020
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}