transpose4free
Transposing chords on tab4u and possibly other chord websites
Qu'est-ce que transpose4free ?
transpose4free est une extension Chrome développée par amitbuweb, et sa fonction principale est "Transposing chords on tab4u and possibly other chord websites".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension transpose4free
Téléchargez les fichiers d'extension transpose4free au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | transpose4free |
ID | ioehemfdhpaiphjihhpigcopbknolmlk |
URL Officiel | https://chromewebstore.google.com/detail/transpose4free/ioehemfdhpaiphjihhpigcopbknolmlk |
Description | Transposing chords on tab4u and possibly other chord websites |
Taille du Fichier | 10.23 KB |
Nombre d'Installations | 45 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2021-11-23 |
Date de Publication | 2021-04-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | amitbuweb |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |