Transpose for TAB4U
Enables transposition of chords in Hebrew chords website
Cos'è Transpose for TAB4U?
Transpose for TAB4U è un'estensione di Chrome sviluppata da yonatan.bashan, e la sua funzione principale è "Enables transposition of chords in Hebrew chords website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Transpose for TAB4U
Scarica i file di estensione Transpose for TAB4U in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Changing chord transposition in the tab4u website, easier, faster and for free.
Informazioni di Base sull'Estensione
Nome | Transpose for TAB4U |
ID | pdmnhfjkmgjoefnogofehdnneklnonak |
URL Ufficiale | https://chromewebstore.google.com/detail/transpose-for-tab4u/pdmnhfjkmgjoefnogofehdnneklnonak |
Descrizione | Enables transposition of chords in Hebrew chords website |
Dimensione del File | 11.29 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2022-11-23 |
Data di Pubblicazione | 2022-11-23 |
Sviluppatore | yonatan.bashan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Transpose for TAB4U", "description": "Enables transposition of chords in Hebrew chords website", "version": "0.1", "action": { "default_popup": "chords_transposer.html", "default_icon": "hash.png" }, "permissions": [ "scripting", "activeTab" ], "icons": { "16": "hash.png", "32": "hash.png", "48": "hash.png", "128": "hash.png" } } |