Transpose for TAB4U
Enables transposition of chords in Hebrew chords website
Transpose for TAB4Uคืออะไร?
Transpose for TAB4U เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yonatan.bashan และคุณลักษณะหลักของมันคือ "Enables transposition of chords in Hebrew chords website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Transpose for TAB4U
ดาวน์โหลดไฟล์ส่วนขยาย Transpose for TAB4U ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Changing chord transposition in the tab4u website, easier, faster and for free.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Transpose for TAB4U |
ID | pdmnhfjkmgjoefnogofehdnneklnonak |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/transpose-for-tab4u/pdmnhfjkmgjoefnogofehdnneklnonak |
คำอธิบาย | Enables transposition of chords in Hebrew chords website |
ขนาดไฟล์ | 11.29 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2022-11-23 |
วันที่เผยแพร่ | 2022-11-23 |
ผู้พัฒนา | yonatan.bashan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Transpose for TAB4U", "description": "Enables transposition of chords in Hebrew chords website", "version": "0.1", "action": { "default_popup": "chords_transposer.html", "default_icon": "hash.png" }, "permissions": [ "scripting", "activeTab" ], "icons": { "16": "hash.png", "32": "hash.png", "48": "hash.png", "128": "hash.png" } } |