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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Duy Tran และคุณลักษณะหลักของมันคือ "Play ukulele tablature straight from your web browser!! just select the four line text.. example at:…"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ukulele Tab Player

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ukulele Tab Player Ukulele Tab Player
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
}