Scroll Horizontally for Trello
Makes the mouse wheel scroll horizontally on the main Trello board.
Scroll Horizontally for Trelloคืออะไร?
Scroll Horizontally for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leigh Murray และคุณลักษณะหลักของมันคือ "Makes the mouse wheel scroll horizontally on the main Trello board."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scroll Horizontally for Trello
ดาวน์โหลดไฟล์ส่วนขยาย Scroll Horizontally for Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kdcamgkinncdgaphonocolagboaokfad |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/scroll-horizontally-for-t/kdcamgkinncdgaphonocolagboaokfad |
คำอธิบาย | Makes the mouse wheel scroll horizontally on the main Trello board. |
ขนาดไฟล์ | 46.06 KB |
จำนวนการติดตั้ง | 73 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-01-09 |
วันที่เผยแพร่ | 2015-01-09 |
คะแนน | 4.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Leigh Murray |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll Horizontally for Trello", "description": "Makes the mouse wheel scroll horizontally on the main Trello board.", "version": "1.1", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "\/vendor\/jquery-2.1.3.min.js", "\/vendor\/jquery.mousewheel.min.js", "\/contentScript.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "manifest_version": 2 } |