transpose4free
Transposing chords on tab4u and possibly other chord websites
¿Qué es transpose4free?
transpose4free es una extensión de Chrome desarrollada por amitbuweb, y su función principal es "Transposing chords on tab4u and possibly other chord websites".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión transpose4free
Descarga archivos de extensión transpose4free en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | transpose4free |
ID | ioehemfdhpaiphjihhpigcopbknolmlk |
URL Oficial | https://chromewebstore.google.com/detail/transpose4free/ioehemfdhpaiphjihhpigcopbknolmlk |
Descripción | Transposing chords on tab4u and possibly other chord websites |
Tamaño del Archivo | 10.23 KB |
Cantidad de Instalaciones | 45 |
Versión Actual | 0.0.3 |
Última Actualización | 2021-11-23 |
Fecha de Publicación | 2021-04-26 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | amitbuweb |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |