Trello Extended

This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones. Features Enabled -…

Trello Extendedคืออะไร?

Trello Extended เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones. Features Enabled -…"

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

screenshot
screenshot

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

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

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

                        This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones.

Features Enabled
- label titles will now be displayed
- card counts at the tops of the list will now be displayed

New features
- using (digits) notation will add a badge to each card. This can be used as estimated points in an agile/scrum scenario. Totals will be displayed on top of the list.
- using [digits] notation will add a badge to each card. This can be used as additional points in an agile/scrum scenario. Totals will be displayed on top of the list.
- using ($digits) notation will add a badge to each card. This can be used for adding dollar values, positive or negative, to each card. Totals will be displayed on top of the list.
- using {name} notation will add the defined card color label badge in the top right, as well as add a border to the card. The labels and colors are defined in a separate list called "Card Colors". Each card in that list has 3 dash delimited parameters. The first is the label name, the second is a css color for the border/background, and the third is optional which is the text color for the label.                    

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

ชื่อ Trello Extended Trello Extended
ID donfidipaakamnppilgalacjckodaeog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trello-extended/donfidipaakamnppilgalacjckodaeog
คำอธิบาย This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones. Features Enabled -…
ขนาดไฟล์ 36.7 KB
จำนวนการติดตั้ง 268
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2016-04-22
วันที่เผยแพร่ 2016-04-22
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Extended",
    "description": "",
    "version": "1.3",
    "author": "Mitko Tochev",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "js\/jquery-2.2.3.min.js",
                "js\/card_colors.js"
            ],
            "css": [
                "css\/card_colors.css"
            ]
        }
    ]
}