Scales & Modes Quick Reference
Musical Scales and Modes Quick Reference.
什么是Scales & Modes Quick Reference?
Scales & Modes Quick Reference是由pluraldev.com开发的Chrome扩展程序,该扩展的主要功能是“Musical Scales and Modes Quick Reference.”。
扩展截图
下载Scales & Modes Quick Reference扩展crx文件
下载Scales & Modes Quick Reference扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Scales and Modes Quick Reference gathers in a very concise way valuable information about musical scales and modes. You can see the notes and the formula of the scale along with the intervals sequence that make it up. You can also listen to them and visualize their shapes along the fretboard or keyboard.
扩展基本信息
名称 | Scales & Modes Quick Reference |
ID | ijnffcpmmpapfapajdkajkdegnghgeci |
官方URL | https://chromewebstore.google.com/detail/scales-modes-quick-refere/ijnffcpmmpapfapajdkajkdegnghgeci |
简介 | Musical Scales and Modes Quick Reference. |
文件大小 | 3.26 MB |
安装次数 | 6,220 |
当前版本 | 1.5 |
更新时间 | 2017-01-10 |
上架时间 | 2017-01-10 |
评分 | 4.32/5 共60次评分 |
开发者 | pluraldev.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.pluraldev.com/apps.html |
支持的语言 | en,es,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__", "version": "1.5", "default_locale": "en", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" } } |