Trello Boosted Boards

Boost your Trello Boards with Tags, Labels, Priorities, Counters, Calendar and more

Trello Boosted Boardsคืออะไร?

Trello Boosted Boards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Elk Vision และคุณลักษณะหลักของมันคือ "Boost your Trello Boards with Tags, Labels, Priorities, Counters, Calendar and more"

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

screenshot
screenshot
screenshot

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

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

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

                        Boost your Trello Boards with Tags, Labels, Priorities, Counters and more

* Card Counter
Display number of cards in a list and choose maximum number

* Card Tags
Add custom tags to the card title

* Card Labels
Add custom tags to the card title

* Card Priority
Cards can have three levels of priority now

* Calendar
Add cards to calendar - useful for vacations, sick leaves, national holidays, deadlines, etc.

To request a feature, suggest an improvement, or report a bug, please send an email to: [email protected]

==============================

Release notes:

* 0.6
- Significant performance improvements
- New popup and options pages
- New feature: inactive cards

* 0.5.1
- Add High or Low priority to card, by using !1 or !2
- Minor bug fixes, performance issues

==============================

* Disclaimer:
Trello Boosted Boards is not affiliated, associated, authorized, endorsed by or in any way officially connected to Trello, Inc.                    

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

ชื่อ Trello Boosted Boards Trello Boosted Boards
ID kdnfiaaebipjfmlajbklkkcgkddakdnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trello-boosted-boards/kdnfiaaebipjfmlajbklkkcgkddakdnf
คำอธิบาย Boost your Trello Boards with Tags, Labels, Priorities, Counters, Calendar and more
ขนาดไฟล์ 479 KB
จำนวนการติดตั้ง 3,985
เวอร์ชันปัจจุบัน 0.6.7
อัปเดตครั้งล่าสุด 2017-08-10
วันที่เผยแพร่ 2017-08-10
คะแนน 4.57/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Elk Vision
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Boosted Boards",
    "short_name": "Trello Boosted Boards",
    "description": "Boost your Trello Boards with Tags, Labels, Priorities, Counters, Calendar and more",
    "version": "0.6.7",
    "browser_action": {
        "default_icon": "img\/trello_16.png",
        "default_popup": "popup.html",
        "default_title": "Trello Boosted Boards"
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/trello_16.png",
        "24": "img\/trello_24.png",
        "32": "img\/trello_32.png",
        "48": "img\/trello_48.png",
        "64": "img\/trello_64.png",
        "128": "img\/trello_128.png",
        "256": "img\/trello_256.png",
        "512": "img\/trello_512.png"
    },
    "permissions": [
        "*:\/\/trello.com\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "img\/*",
        "style\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "js": [
                "scripts\/jquery-3.0.0.min.js",
                "scripts\/moment.js",
                "scripts\/_listCounter.js",
                "scripts\/_cardLabels.js",
                "scripts\/_cardPriority.js",
                "scripts\/_cardTags.js",
                "scripts\/_calendar.js",
                "scripts\/main.js"
            ],
            "css": [
                "style\/style.css",
                "style\/popup.css"
            ],
            "run_at": "document_idle"
        }
    ]
}