transpose4free

Transposing chords on tab4u and possibly other chord websites

Vad är transpose4free?

transpose4free är en Chrome-tillägg utvecklad av amitbuweb, och dess huvudfunktion är "Transposing chords on tab4u and possibly other chord websites".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner transpose4free-förlängningens CRX-fil

Ladda ner transpose4free-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn transpose4free transpose4free
ID ioehemfdhpaiphjihhpigcopbknolmlk
Officiell webbadress https://chromewebstore.google.com/detail/transpose4free/ioehemfdhpaiphjihhpigcopbknolmlk
Beskrivning Transposing chords on tab4u and possibly other chord websites
Filstorlek 10.23 KB
Antal Installationer 45
Aktuell Version 0.0.3
Senast Uppdaterad 2021-11-23
Publiceringsdatum 2021-04-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare amitbuweb
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}