trello+
Configurable, high contrast user cards for Trello
trello+คืออะไร?
trello+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย William M Hayes และคุณลักษณะหลักของมันคือ "Configurable, high contrast user cards for Trello"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย trello+
ดาวน์โหลดไฟล์ส่วนขยาย trello+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Highlights the Trello cards you're attached to.
v 1.6
- Updated avatar identification
v 1.5
- Added support for subscribed lists and cards
v1.4
- Added compressed cards
- Added image dim to dimmed cards
- Misc layout tweaks                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | kgehmpaejbdohkkhjjkejhodgnjeejgm | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trello+/kgehmpaejbdohkkhjjkejhodgnjeejgm | 
| คำอธิบาย | Configurable, high contrast user cards for Trello | 
| ขนาดไฟล์ | 43.45 KB | 
| จำนวนการติดตั้ง | 43 | 
| เวอร์ชันปัจจุบัน | 1.6 | 
| อัปเดตครั้งล่าสุด | 2017-08-12 | 
| วันที่เผยแพร่ | 2017-08-12 | 
| ผู้พัฒนา | William M Hayes | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "trello+",
    "short_name": "trello+",
    "description": "Configurable, high contrast user cards for Trello",
    "version": "1.6",
    "browser_action": {
        "default_icon": "shared\/icons\/icon16.png",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "shared\/icons\/icon16.png",
        "48": "shared\/icons\/icon48.png",
        "128": "shared\/icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/trello.com\/"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "shared\/js\/jquery.min.js",
                "app\/app.min.js"
            ],
            "css": [
                "app\/app.css"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ]
}  |  |