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 |
官方網址 | 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" ] } ] } |