transpose4free
Transposing chords on tab4u and possibly other chord websites
O que é transpose4free?
transpose4free é uma extensão do Chrome desenvolvida por amitbuweb, e sua principal característica é "Transposing chords on tab4u and possibly other chord websites".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão transpose4free
Baixe arquivos de extensão transpose4free no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | transpose4free |
ID | ioehemfdhpaiphjihhpigcopbknolmlk |
URL Oficial | https://chromewebstore.google.com/detail/transpose4free/ioehemfdhpaiphjihhpigcopbknolmlk |
Descrição | Transposing chords on tab4u and possibly other chord websites |
Tamanho do Arquivo | 10.23 KB |
Contagem de Instalações | 45 |
Versão Atual | 0.0.3 |
Última Atualização | 2021-11-23 |
Data de Publicação | 2021-04-26 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | amitbuweb |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |