fret{notes}
Guitar Fretboard Visualization tool
fret{notes} क्या है?
fret{notes} Ken Awamura द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Guitar Fretboard Visualization tool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में fret{notes} एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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. ===
एक्सटेंशन की मूल जानकारी
नाम | fret{notes} |
ID | iofllijbdhfjeldndldjabjmejbkeabd |
आधिकारिक URL | 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" ] } |