Trello Shortcuts Killer
Remove shortcuts from Trello for people who don't use them
Trello Shortcuts Killerคืออะไร?
Trello Shortcuts Killer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SosthenG และคุณลักษณะหลักของมันคือ "Remove shortcuts from Trello for people who don't use them"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Shortcuts Killer
ดาวน์โหลดไฟล์ส่วนขยาย Trello Shortcuts Killer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Disable Trello keyboard shortcuts to prevent mistakes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Trello Shortcuts Killer |
ID | feabcbdhaecgmefkmiblohaniammgifg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trello-shortcuts-killer/feabcbdhaecgmefkmiblohaniammgifg |
คำอธิบาย | Remove shortcuts from Trello for people who don't use them |
ขนาดไฟล์ | 40.16 KB |
จำนวนการติดตั้ง | 276 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-03-28 |
วันที่เผยแพร่ | 2022-02-22 |
คะแนน | 4.40/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | SosthenG |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/SosthenG/trello-shortcut-killer |
URL หน้าช่วยเหลือ | https://github.com/SosthenG/trello-shortcut-killer/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Trello Shortcuts Killer", "version": "1.0.2", "description": "Remove shortcuts from Trello for people who don't use them", "host_permissions": [ "*:\/\/trello.com\/*" ], "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/trello.com\/*" ], "js": [ "script.js" ] } ], "author": "Sosth\u00e8n Gaillard" } |