VexTab Music Notation
Add beautiful music notation to your documents, blogs, or forum posts.
Что такое VexTab Music Notation?
VexTab Music Notation - это расширение Chrome, разработанное 0xFE, и его основная функция - "Add beautiful music notation to your documents, blogs, or forum posts.".
Снимки экрана расширения
Скачать файл CRX расширения VexTab Music Notation
Скачайте файлы расширений VexTab Music Notation в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Create, post, and share beautiful music notation, guitar and bass tablature, drums and percussion notation, right on the web.
Основная информация о расширении
Название | |
ID | npcffdibegeppkebphaghnpkcjcpopjf |
Официальный URL | https://chrome.google.com/webstore/detail/vextab-music-notation/npcffdibegeppkebphaghnpkcjcpopjf |
Описание | Add beautiful music notation to your documents, blogs, or forum posts. |
Размер файла | 381 KB |
Количество установок | 53,018 |
Текущая Версия | 0.10 |
Последнее Обновление | 2014-05-02 |
Дата публикации | 2014-05-02 |
Рейтинг | 3.75/5 Всего 16 оценок |
Разработчик | 0xFE |
Тип оплаты | free |
Официальный сайт расширения | http://vexflow.com/vextab |
Поддерживаемые языки | 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" } } |