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.
扩展基本信息
名称 | 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" } } |