transpose4free
Transposing chords on tab4u and possibly other chord websites
Что такое transpose4free?
transpose4free - это расширение Chrome, разработанное amitbuweb, и его основная функция - "Transposing chords on tab4u and possibly other chord websites".
Снимки экрана расширения
Скачать файл CRX расширения transpose4free
Скачайте файлы расширений 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" ] } ] } |