transpose4free

Transposing chords on tab4u and possibly other chord websites

Co to jest transpose4free?

transpose4free to rozszerzenie Chrome opracowane przez amitbuweb, a jego główną funkcją jest „Transposing chords on tab4u and possibly other chord websites”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia transpose4free

Pobierz pliki rozszerzeń transpose4free w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa transpose4free transpose4free
ID ioehemfdhpaiphjihhpigcopbknolmlk
Oficjalny URL https://chromewebstore.google.com/detail/transpose4free/ioehemfdhpaiphjihhpigcopbknolmlk
Opis Transposing chords on tab4u and possibly other chord websites
Rozmiar pliku 10.23 KB
Liczba instalacji 45
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2021-11-23
Data Publikacji 2021-04-26
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper amitbuweb
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}