Chord Dictionary
After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown.
Chord Dictionary क्या है?
Chord Dictionary ashcolor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chord Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Instantly show notes constituted of any chords when the cursor is over After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown. You can also click on it or press shortcut to listen to the chord. Characteristics • Support widely from simple chords to extended chords, slash chords, notations like +/-/Δ/○/omit and even roman numerals • Convert a chord to roman numerals when a key is set • Play the chord with customizable volume and instruments (piano, guitar, synth) • Switches to choose whether click, shortcut and/or hover is enabled for playing the chord
एक्सटेंशन की मूल जानकारी
नाम | Chord Dictionary |
ID | lnefagbhokamcaedbeopnhdabkcemkcf |
आधिकारिक URL | https://chromewebstore.google.com/detail/chord-dictionary/lnefagbhokamcaedbeopnhdabkcemkcf |
विवरण | After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown. |
फ़ाइल का आकार | 1.44 MB |
स्थापना संख्या | 563 |
वर्तमान संस्करण | 1.3.4 |
अंतिम अपडेट | 2022-07-18 |
प्रकाशन तिथि | 2020-05-05 |
रेटिंग | 4.67/5 कुल 6 रेटिंग्स |
डेवलपर | ashcolor |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://twitter.com/ashcolor06 |
समर्थित भाषाएँ | en,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chord Dictionary", "description": "__MSG_description__", "default_locale": "en", "version": "1.3.4", "manifest_version": 3, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "web_accessible_resources": [ { "resources": [ "main.js", "main.css", "sounds\/*.mp3", "assets\/FreeSerif.ttf", "assets\/FreeSerif.otf" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_title": "Chord Dictionary" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "activeTab", "storage", "scripting" ] } |