fret{notes}
Guitar Fretboard Visualization tool
什麼是fret{notes}?
fret{notes}是由Ken Awamura開發的Chrome擴展程式,該擴展的主要功能是“Guitar Fretboard Visualization tool”。
擴展截圖
下載fret{notes}擴展crx文件
下載fret{notes}擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extra Apps available:
1. https://fret-modes.vercel.app/
fret{Modes}: extra web app, but specific to Modes. It's a companion web app to a book: Understanding Modes available at Amazon & Apple book websites.
https://tinyurl.com/understanding-modes-at-amzn
https://books.apple.com/us/book/id6443020587
===
2. https://fret-tips.vercel.app/
fret{Tips}: a collection of fret{shapes, paths, etc}
===
fret{Notes}: is a Guitar Fretboard Visualization app developed with the main goal to help a guitarist to quickly view a scale, a group of notes, intervals, chords, ... Main features:
- editable fretboard
- theme(able) app's interface
- string quantity from 1 up to 12
- fret quantity from 1 up to 24
- change tuning notes
- set the tonic note for a particular scale
- toggle between notes or intervals
- search for scales
Teachers & Students can benefit from the application.
=== 擴展基本資訊
| 名稱 | |
| ID | iofllijbdhfjeldndldjabjmejbkeabd |
| 官方網址 | https://chromewebstore.google.com/detail/fret%7Bnotes%7D/iofllijbdhfjeldndldjabjmejbkeabd |
| 簡介 | Guitar Fretboard Visualization tool |
| 檔案大小 | 106 KB |
| 安裝次數 | 421 |
| 目前版本 | 2.1.3 |
| 更新時間 | 2023-01-21 |
| 上架時間 | 2020-06-28 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Ken Awamura |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "fret{notes}",
"description": "Guitar Fretboard Visualization tool",
"version": "2.1.3",
"author": "Ken Awamura",
"background": {
"service_worker": ".\/bsw.js"
},
"action": {
"browser_style": true,
"default_title": "Guitar Fretboard Visualization tool",
"default_icon": ".\/favicon.png"
},
"icons": {
"16": ".\/icon16.png",
"128": ".\/icon128.png"
},
"permissions": [
"activeTab",
"tabs"
]
} | |