Refined Trello
Simplifies the Trello interface and adds useful features
Refined Trelloคืออะไร?
Refined Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Strajk และคุณลักษณะหลักของมันคือ "Simplifies the Trello interface and adds useful features"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Refined Trello
ดาวน์โหลดไฟล์ส่วนขยาย Refined Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simplifies the Trello interface and adds useful features. https://github.com/strajk/refined-trello
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Refined Trello |
ID | ehplgncidablicleelajoojipdnclbhm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/refined-trello/ehplgncidablicleelajoojipdnclbhm |
คำอธิบาย | Simplifies the Trello interface and adds useful features |
ขนาดไฟล์ | 129 KB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2016-08-08 |
วันที่เผยแพร่ | 2016-08-08 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Strajk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/strajk/refined-trello |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refined Trello", "version": "1.0.0", "description": "Simplifies the Trello interface and adds useful features", "homepage_url": "https:\/\/github.com\/strajk\/refined-trello", "manifest_version": 2, "minimum_chrome_version": "50", "permissions": [ "https:\/\/trello.com\/*" ], "icons": [], "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/trello.com\/*" ], "js": [ "index.js" ], "css": [ "index.css" ] } ] } |