VexTab Music Notation
Add beautiful music notation to your documents, blogs, or forum posts.
Vad är VexTab Music Notation?
VexTab Music Notation är en Chrome-tillägg utvecklad av 0xFE, och dess huvudfunktion är "Add beautiful music notation to your documents, blogs, or forum posts.".
Tilläggsskärmbilder
Ladda ner VexTab Music Notation-förlängningens CRX-fil
Ladda ner VexTab Music Notation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Create, post, and share beautiful music notation, guitar and bass tablature, drums and percussion notation, right on the web.
Grundläggande Information om Tillägg
Namn | |
ID | npcffdibegeppkebphaghnpkcjcpopjf |
Officiell webbadress | https://chrome.google.com/webstore/detail/vextab-music-notation/npcffdibegeppkebphaghnpkcjcpopjf |
Beskrivning | Add beautiful music notation to your documents, blogs, or forum posts. |
Filstorlek | 381 KB |
Antal Installationer | 53,018 |
Aktuell Version | 0.10 |
Senast Uppdaterad | 2014-05-02 |
Publiceringsdatum | 2014-05-02 |
Betyg | 3.75/5 Totalt 16 Betyg |
Utvecklare | 0xFE |
Betalningssätt | free |
Tilläggswebbplats | http://vexflow.com/vextab |
Stödda Språk | 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" } } |