Chords View
A better way to view chords online.
Chords Viewคืออะไร?
Chords View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tal และคุณลักษณะหลักของมันคือ "A better way to view chords online."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chords View
ดาวน์โหลดไฟล์ส่วนขยาย Chords View ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension provides a friendlier way to view song chords. Whenever you visit a chords page on the web, just click the extension icon to instantly remove the clutter and see just lyrics and chords in a single multi-column view. You can also instantly transpose chords and change the font size. ⭐ A clean design without clutter and distractions, allowing you to focus on the music ⭐ Multi-column view of the song, so that you don't need to scroll while playing ⭐ One-click chord transpose (up/down) ⭐ One-click font size change Feedback and suggestions for improvements are very welcome!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chords View |
ID | begjgpnhkkjklaiccjopkmglckefhkeh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chords-view/begjgpnhkkjklaiccjopkmglckefhkeh |
คำอธิบาย | A better way to view chords online. |
ขนาดไฟล์ | 12.05 KB |
จำนวนการติดตั้ง | 272 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2024-01-26 |
วันที่เผยแพร่ | 2021-11-25 |
ผู้พัฒนา | Tal |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chords View", "description": "A better way to view chords online.", "version": "1.0.7", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "default_title": "Chords View" }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |