transpose4free
Transposing chords on tab4u and possibly other chord websites
Was ist transpose4free?
transpose4free ist eine Chrome-Erweiterung, die von amitbuweb entwickelt wurde, und ihr Hauptmerkmal ist "Transposing chords on tab4u and possibly other chord websites".
Erweiterungsscreenshots
transpose4free-Erweiterungs-CRX-Datei herunterladen
Laden Sie transpose4free-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | transpose4free |
ID | ioehemfdhpaiphjihhpigcopbknolmlk |
Offizielle URL | https://chromewebstore.google.com/detail/transpose4free/ioehemfdhpaiphjihhpigcopbknolmlk |
Beschreibung | Transposing chords on tab4u and possibly other chord websites |
Dateigröße | 10.23 KB |
Installationsanzahl | 45 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2021-11-23 |
Veröffentlichungsdatum | 2021-04-26 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | amitbuweb |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |