Fix Trello Boards Width

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

Fix Trello Boards Widthคืออะไร?

Fix Trello Boards Width เป็นส่วนขยายของ Chrome ที่พัฒนาโดย denno020 และคุณลักษณะหลักของมันคือ "Fix the container width of the Trello boards after latest UI update"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fix Trello Boards Width

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}