Ukulele Chords
Ukulele Chords for AmDm.ru
Apa itu Ukulele Chords?
Ukulele Chords adalah ekstensi Chrome yang dikembangkan oleh bntr, dan fitur utamanya adalah "Ukulele Chords for AmDm.ru".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ukulele Chords
Unduh file ekstensi Ukulele Chords dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | imgaepblpgboiohaljfedaikllapdoge |
URL Resmi | https://chromewebstore.google.com/detail/ukulele-chords/imgaepblpgboiohaljfedaikllapdoge |
Deskripsi | Ukulele Chords for AmDm.ru |
Ukuran File | 149 KB |
Jumlah Instalasi | 104 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2018-11-11 |
Tanggal Publikasi | 2018-11-10 |
Pengembang | bntr |
Tipe Pembayaran | free |
Situs Ekstensi | https://bitbucket.org/bntr/chrome-ukulele |
Bahasa yang Didukung | 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" } } |