Get Wide for Trello
Show trello cards wide.
Get Wide for Trelloคืออะไร?
Get Wide for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Show trello cards wide."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Wide for Trello
ดาวน์โหลดไฟล์ส่วนขยาย Get Wide for Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can see details in a wide-card window. # update ## v.1.2.0.3 - feat: fixed for new Trello style ## v.1.1.0 - feat: 1280px or full width of window ## v.1.0.1 - fix: unintended effect on notification window
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | janhkoajdfpnebanjimdbgmenpfjiofh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/get-wide-for-trello/janhkoajdfpnebanjimdbgmenpfjiofh |
คำอธิบาย | Show trello cards wide. |
ขนาดไฟล์ | 6.78 KB |
จำนวนการติดตั้ง | 180 |
เวอร์ชันปัจจุบัน | 1.2.0.3 |
อัปเดตครั้งล่าสุด | 2021-10-29 |
วันที่เผยแพร่ | 2019-08-31 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Unknown |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get Wide for Trello", "version": "1.2.0.3", "description": "Show trello cards wide.", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "override.css" ] } ], "icons": { "128": "icon-128x128.png" }, "manifest_version": 2 } |