VexTab Music Notation
Add beautiful music notation to your documents, blogs, or forum posts.
Cos'è VexTab Music Notation?
VexTab Music Notation è un'estensione di Chrome sviluppata da 0xFE, e la sua funzione principale è "Add beautiful music notation to your documents, blogs, or forum posts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VexTab Music Notation
Scarica i file di estensione VexTab Music Notation 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
Create, post, and share beautiful music notation, guitar and bass tablature, drums and percussion notation, right on the web.
Informazioni di Base sull'Estensione
Nome | |
ID | npcffdibegeppkebphaghnpkcjcpopjf |
URL Ufficiale | https://chrome.google.com/webstore/detail/vextab-music-notation/npcffdibegeppkebphaghnpkcjcpopjf |
Descrizione | Add beautiful music notation to your documents, blogs, or forum posts. |
Dimensione del File | 381 KB |
Conteggio Installazioni | 53,018 |
Versione Corrente | 0.10 |
Ultimo Aggiornamento | 2014-05-02 |
Data di Pubblicazione | 2014-05-02 |
Valutazione | 3.75/5 Totale 16 Valutazioni |
Sviluppatore | 0xFE |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://vexflow.com/vextab |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VexTab Music Notation", "short_name": "VexTab", "description": "Add beautiful music notation to your documents, blogs, or forum posts.", "version": "0.10", "author": "0xFE", "browser_action": { "default_icon": "img\/music-128.png", "default_popup": "index.html" }, "permissions": [ "https:\/\/api.imgur.com\/", "storage" ], "icons": { "128": "img\/music-128.png" } } |