transpose4free

Transposing chords on tab4u and possibly other chord websites

Co je transpose4free?

transpose4free je rozšíření Chrome vyvinuté amitbuweb, a jeho hlavní funkcí je „Transposing chords on tab4u and possibly other chord websites“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření transpose4free

Stáhněte si soubory rozšíření transpose4free ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název transpose4free transpose4free
ID ioehemfdhpaiphjihhpigcopbknolmlk
Oficiální URL https://chromewebstore.google.com/detail/transpose4free/ioehemfdhpaiphjihhpigcopbknolmlk
Popis Transposing chords on tab4u and possibly other chord websites
Velikost souboru 10.23 KB
Počet instalací 45
Aktuální Verze 0.0.3
Poslední Aktualizace 2021-11-23
Datum Vydání 2021-04-26
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář amitbuweb
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}