Ukulele Chords
Ukulele Chords for AmDm.ru
什麼是Ukulele Chords?
Ukulele Chords是由bntr開發的Chrome擴展程式,該擴展的主要功能是“Ukulele Chords for AmDm.ru”。
擴展截圖
下載Ukulele Chords擴展crx文件
下載Ukulele Chords擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | imgaepblpgboiohaljfedaikllapdoge |
官方網址 | https://chromewebstore.google.com/detail/ukulele-chords/imgaepblpgboiohaljfedaikllapdoge |
簡介 | Ukulele Chords for AmDm.ru |
檔案大小 | 149 KB |
安裝次數 | 104 |
目前版本 | 0.1 |
更新時間 | 2018-11-11 |
上架時間 | 2018-11-10 |
開發者 | bntr |
付費類型 | free |
擴展官網 | https://bitbucket.org/bntr/chrome-ukulele |
支援的語言 | 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" } } |