transpose4free
Transposing chords on tab4u and possibly other chord websites
transpose4free là gì?
transpose4free là một tiện ích mở rộng Chrome được phát triển bởi amitbuweb, và tính năng chính của nó là "Transposing chords on tab4u and possibly other chord websites".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng transpose4free
Tải xuống các tệp mở rộng transpose4free dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | transpose4free |
ID | ioehemfdhpaiphjihhpigcopbknolmlk |
URL Chính Thức | https://chromewebstore.google.com/detail/transpose4free/ioehemfdhpaiphjihhpigcopbknolmlk |
Mô tả | Transposing chords on tab4u and possibly other chord websites |
Kích Thước Tệp | 10.23 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2021-11-23 |
Ngày Phát Hành | 2021-04-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | amitbuweb |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |