Ukulele Tab Player
Play ukulele tablature straight from your web browser!! just select the four line text.. example at:…
Ukulele Tab Playerとは何ですか?
Ukulele Tab PlayerはDuy Tranによって開発されたChromeの拡張機能で、その主な機能は「Play ukulele tablature straight from your web browser!! just select the four line text.. example at:…」です。
拡張機能のスクリーンショット
Ukulele Tab Player拡張機能のCRXファイルをダウンロード
Ukulele Tab Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Play ukulele tablature straight from your web browser!! just select the four line text.. example at: http://ukulelebuddy.wordpress.com/2013/08/26/tab-bach-prelude-in-c/ remember to only select those four lines! and then press the ukulele button on the top right to play it!
拡張機能の基本情報
名前 | |
ID | ggmbngnjkkcghbmbpnclfbcihakjidoc |
公式URL | https://chromewebstore.google.com/detail/ukulele-tab-player/ggmbngnjkkcghbmbpnclfbcihakjidoc |
説明 | Play ukulele tablature straight from your web browser!! just select the four line text.. example at:… |
ファイルサイズ | 4.81 MB |
インストール数 | 259 |
現在のバージョン | 2.0 |
最終更新日 | 2014-04-03 |
公開日 | 2014-04-03 |
評価 | 3.25/5 合計 8 レビュー |
開発者 | Duy Tran |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ukulele Tab Player", "version": "2.0", "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "notes.js", "noteplayer.js", "songplayer.js", "ukuleletabplayer.js" ], "persistent": false }, "browser_action": { "default_title": "Ukulele Player", "default_icon": "uke_icon.png" }, "manifest_version": 2 } |