transpose4free
Transposing chords on tab4u and possibly other chord websites
什么是transpose4free?
transpose4free是由amitbuweb开发的Chrome扩展程序,该扩展的主要功能是“Transposing chords on tab4u and possibly other chord websites”。
扩展截图
下载transpose4free扩展crx文件
下载transpose4free扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you use websites that takes money from transposing chords to different scales (like tab4u.com) then this extension is for you. It lets you change the scale using client-side script, avoiding the website fee. Note: This extension currently works on tab4u.com website and could be used in the future on other services, depending on the demand. Contact me for any suggestions and improvements.
扩展基本信息
名称 | transpose4free |
ID | ioehemfdhpaiphjihhpigcopbknolmlk |
官方URL | https://chromewebstore.google.com/detail/transpose4free/ioehemfdhpaiphjihhpigcopbknolmlk |
简介 | Transposing chords on tab4u and possibly other chord websites |
文件大小 | 10.23 KB |
安装次数 | 45 |
当前版本 | 0.0.3 |
更新时间 | 2021-11-23 |
上架时间 | 2021-04-26 |
评分 | 5.00/5 共1次评分 |
开发者 | amitbuweb |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "transpose4free", "description": "Transposing chords on tab4u and possibly other chord websites", "version": "0.0.3", "manifest_version": 3, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.tab4u.com\/tabs\/songs\/*" ], "css": [ "tab4u.css" ], "js": [ "utils.js", "tab4uContent.js" ] } ] } |