Trello Business Style

Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards

Trello Business Styleคืออะไร?

Trello Business Style เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leonardo C Bottaro และคุณลักษณะหลักของมันคือ "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Business Style

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

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

                        This extension adds a button on the top right corner inside your boards, click it to make the cards more readable and less crowded.

Changelog:

v1.2.1
Fixed Bug when changing boards
Tweaks to the style

v1.2.0
Updated extension to better use new Trello features
Added persistent state

v1.1.0
Bug fixes

v1.0.0
Initial Release

Make it better! Contribute on GitHub! https://github.com/leocb/trello-businessStyle                    

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

ชื่อ Trello Business Style Trello Business Style
ID knkibcjejmdcepoomodabefjobmajoco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trello-business-style/knkibcjejmdcepoomodabefjobmajoco
คำอธิบาย Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards
ขนาดไฟล์ 2.22 MB
จำนวนการติดตั้ง 297
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2018-03-28
วันที่เผยแพร่ 2018-03-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Leonardo C Bottaro
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/leocb/trello-businessStyle
URL หน้าช่วยเหลือ https://github.com/leocb/trello-businessStyle/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Business Style",
    "short_name": "trello-Business-Style",
    "description": "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards",
    "version": "1.2.1",
    "icons": {
        "16": "images\/icon-16.png",
        "64": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/trello.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "content-scripts.js"
            ],
            "css": [
                "content-styles.css"
            ]
        }
    ]
}