transpose4free

Transposing chords on tab4u and possibly other chord websites

transpose4freeとは何ですか?

transpose4freeはamitbuwebによって開発されたChromeの拡張機能で、その主な機能は「Transposing chords on tab4u and possibly other chord websites」です。

拡張機能のスクリーンショット

screenshot
screenshot

transpose4free拡張機能のCRXファイルをダウンロード

transpose4free拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you use websites that takes money from transposing chords to different scales (like tab4u.com) then this extension is for you.
It lets you change the scale using client-side script, avoiding the website fee.

Note: This extension currently works on tab4u.com website and could be used in the future on other services, depending on the demand.

Contact me for any suggestions and improvements.                    

拡張機能の基本情報

名前 transpose4free transpose4free
ID ioehemfdhpaiphjihhpigcopbknolmlk
公式URL https://chromewebstore.google.com/detail/transpose4free/ioehemfdhpaiphjihhpigcopbknolmlk
説明 Transposing chords on tab4u and possibly other chord websites
ファイルサイズ 10.23 KB
インストール数 45
現在のバージョン 0.0.3
最終更新日 2021-11-23
公開日 2021-04-26
評価 5.00/5 合計 1 レビュー
開発者 amitbuweb
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "transpose4free",
    "description": "Transposing chords on tab4u and possibly other chord websites",
    "version": "0.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tab4u.com\/tabs\/songs\/*"
            ],
            "css": [
                "tab4u.css"
            ],
            "js": [
                "utils.js",
                "tab4uContent.js"
            ]
        }
    ]
}