Trello Checklist Hider

Toggle checklists on trello cards from displaying

Trello Checklist Hiderคืออะไร?

Trello Checklist Hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Gold และคุณลักษณะหลักของมันคือ "Toggle checklists on trello cards from displaying"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This allows the user to temporarily hide checklists for cards on Trello.com                    

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

ชื่อ Trello Checklist Hider Trello Checklist Hider
ID daomhlboepmlanibmdnelalcaphfamln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trello-checklist-hider/daomhlboepmlanibmdnelalcaphfamln
คำอธิบาย Toggle checklists on trello cards from displaying
ขนาดไฟล์ 39.92 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-07-15
วันที่เผยแพร่ 2015-07-14
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Michael Gold
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Checklist Hider",
    "version": "0.1",
    "description": "Toggle checklists on trello cards from displaying",
    "manifest_version": 2,
    "browser_action": {
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/trello.com\/*"
            ]
        }
    ]
}