Chords View
A better way to view chords online.
什麼是Chords View?
Chords View是由Tal開發的Chrome擴展程式,該擴展的主要功能是“A better way to view chords online.”。
擴展截圖
下載Chords View擴展crx文件
下載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 |
官方網址 | 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:\/\/*\/*" ] } |