Super Trello
Adds new features to trello
Super Trelloคืออะไร?
Super Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jrf0110 และคุณลักษณะหลักของมันคือ "Adds new features to trello"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super Trello
ดาวน์โหลดไฟล์ส่วนขยาย Super Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extra features on top of https://trello.com - Currently adds the ability to browse cards with the arrow keys. With a card open, press down or up to go to the next or previous card in the list. Press right or left to go to the next or previous list on the board. This is just the first version and I will add new features later. Source code: https://github.com/jrf0110/super-trello #### Card Switcher Use the arrow keys (up/down) to go through cards in a list #### List Switcher Use the arrow keys (left/right) to switch lists from the open card view ### Version 1.1 Update *Version 1.1 changes keybindings to be prefixed with SHIFT* * Fixes broken keybindings * Refactored codebase
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jhmefmkepidkekablipkaemmkinkbain |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/jhmefmkepidkekablipkaemmkinkbain |
คำอธิบาย | Adds new features to trello |
ขนาดไฟล์ | 92.02 KB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-08-22 |
วันที่เผยแพร่ | 2017-08-22 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | jrf0110 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Trello", "description": "Adds new features to trello", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*\/*", "https:\/\/trello.com\/c\/*\/*" ], "js": [ "dist\/super-trello.js" ] } ] } |