VexTab Music Notation
Add beautiful music notation to your documents, blogs, or forum posts.
What is VexTab Music Notation?
VexTab Music Notation is a Chrome extension developed by 0xFE, and its main feature is "Add beautiful music notation to your documents, blogs, or forum posts.".
Extension Screenshots
Download VexTab Music Notation Extension CRX File
Download VexTab Music Notation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Create, post, and share beautiful music notation, guitar and bass tablature, drums and percussion notation, right on the web.
Extension Basic Information
Name | |
ID | npcffdibegeppkebphaghnpkcjcpopjf |
Official URL | https://chrome.google.com/webstore/detail/vextab-music-notation/npcffdibegeppkebphaghnpkcjcpopjf |
Description | Add beautiful music notation to your documents, blogs, or forum posts. |
File Size | 381 KB |
Installation Count | 53,018 |
Current Version | 0.10 |
Last Updated | 2014-05-02 |
Publish Date | 2014-05-02 |
Rating | 3.75/5 Total 16 Ratings |
Developer | 0xFE |
Payment Type | free |
Extension Website | http://vexflow.com/vextab |
Supported Languages | 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" } } |