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! 扩展基本信息
| 名称 | |
| 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:\/\/*\/*"
]
} | |