Ukulele Chords
Ukulele Chords for AmDm.ru
What is Ukulele Chords?
Ukulele Chords is a Chrome extension developed by bntr, and its main feature is "Ukulele Chords for AmDm.ru".
Extension Screenshots
Download Ukulele Chords Extension CRX File
Download Ukulele Chords extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
AmDm.ru still has no native Ukulele support. This extensions adds an instrument selection (Guitar or Ukulele) to AmDm.ru's Chords panel. Source: https://bitbucket.org/bntr/chrome-ukulele
Extension Basic Information
Name | |
ID | imgaepblpgboiohaljfedaikllapdoge |
Official URL | https://chromewebstore.google.com/detail/ukulele-chords/imgaepblpgboiohaljfedaikllapdoge |
Description | Ukulele Chords for AmDm.ru |
File Size | 149 KB |
Installation Count | 104 |
Current Version | 0.1 |
Last Updated | 2018-11-11 |
Publish Date | 2018-11-10 |
Developer | bntr |
Payment Type | free |
Extension Website | https://bitbucket.org/bntr/chrome-ukulele |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ukulele Chords", "version": "0.1", "description": "Ukulele Chords for AmDm.ru", "content_scripts": [ { "matches": [ "https:\/\/amdm.ru\/akkordi\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ "chords\/*.png" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |