fret{notes}

Guitar Fretboard Visualization tool

fret{notes} là gì?

fret{notes} là một tiện ích mở rộng Chrome được phát triển bởi Ken Awamura, và tính năng chính của nó là "Guitar Fretboard Visualization tool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng fret{notes}

Tải xuống các tệp mở rộng fret{notes} dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.
===                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên fret{notes} fret{notes}
ID iofllijbdhfjeldndldjabjmejbkeabd
URL Chính Thức https://chromewebstore.google.com/detail/fret%7Bnotes%7D/iofllijbdhfjeldndldjabjmejbkeabd
Mô tả Guitar Fretboard Visualization tool
Kích Thước Tệp 106 KB
Số Lần Cài Đặt 421
Phiên Bản Hiện Tại 2.1.3
Cập Nhật Lần Cuối 2023-01-21
Ngày Phát Hành 2020-06-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Ken Awamura
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}