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 |
官方URL | 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" } } |