Slim Lists for Trello

Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%

Slim Lists for Trelloคืออะไร?

Slim Lists for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cchana และคุณลักษณะหลักของมันคือ "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slim Lists for Trello

ดาวน์โหลดไฟล์ส่วนขยาย Slim Lists for Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Slim Lists reduces the width of each list on your board so that you can fit more onto your screen. Lists can be reduced to almost half of their original width allowing you to fit almost twice as many lists on your screen. The extension will only take effect when you have too many lists to fit on your screen.

Because of how Trello works, the structure of the page is reloaded every time meaning the extension runs after every change.

The extension now accommodates Trello's 'Add list' option. If you can't see this option, just scroll right to bring it up. Of course, you can double click anywhere on the board's background to create a new list at that position.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Slim Lists for Trello Slim Lists for Trello
ID pjlejgbmijmafmobaofcgblpdbkaodod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/slim-lists-for-trello/pjlejgbmijmafmobaofcgblpdbkaodod
คำอธิบาย Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%
ขนาดไฟล์ 11.01 KB
จำนวนการติดตั้ง 7,671
เวอร์ชันปัจจุบัน 0.10
อัปเดตครั้งล่าสุด 2015-08-11
วันที่เผยแพร่ 2015-08-11
คะแนน 4.08/5 รวมทั้งหมด 60 คะแนน
ผู้พัฒนา cchana
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://charanj.it
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slim Lists for Trello",
    "version": "0.10",
    "manifest_version": 2,
    "description": "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%",
    "content_scripts": [
        {
            "js": [
                "scripts.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    }
}