Ukulele Chords
Ukulele Chords for AmDm.ru
Wat is Ukulele Chords?
Ukulele Chords is een Chrome-extensie ontwikkeld door bntr, en de belangrijkste functie is "Ukulele Chords for AmDm.ru".
Extensie Screenshots
Download het CRX-bestand van de extensie Ukulele Chords
Download Ukulele Chords-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | imgaepblpgboiohaljfedaikllapdoge |
Officiële URL | https://chromewebstore.google.com/detail/ukulele-chords/imgaepblpgboiohaljfedaikllapdoge |
Beschrijving | Ukulele Chords for AmDm.ru |
Bestandsgrootte | 149 KB |
Aantal Installaties | 104 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2018-11-11 |
Publicatiedatum | 2018-11-10 |
Ontwikkelaar | bntr |
Betalingswijze | free |
Extensiewebsite | https://bitbucket.org/bntr/chrome-ukulele |
Ondersteunde Talen | 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" } } |