Transpose for TAB4U
Enables transposition of chords in Hebrew chords website
什麼是Transpose for TAB4U?
Transpose for TAB4U是由yonatan.bashan開發的Chrome擴展程式,該擴展的主要功能是“Enables transposition of chords in Hebrew chords website”。
擴展截圖
下載Transpose for TAB4U擴展crx文件
下載Transpose for TAB4U擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Changing chord transposition in the tab4u website, easier, faster and for free. 擴展基本資訊
| 名稱 | |
| ID | pdmnhfjkmgjoefnogofehdnneklnonak |
| 官方網址 | 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"
}
} | |