Chords View

A better way to view chords online.

Chords View란 무엇입니까?

Chords View은(는) Tal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A better way to view chords online."입니다.

확장 프로그램 스크린샷

screenshot

Chords View 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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:\/\/*\/*"
    ]
}