Transpose for TAB4U
Enables transposition of chords in Hebrew chords website
Что такое Transpose for TAB4U?
Transpose for TAB4U - это расширение Chrome, разработанное yonatan.bashan, и его основная функция - "Enables transposition of chords in Hebrew chords website".
Снимки экрана расширения
Скачать файл CRX расширения Transpose for TAB4U
Скачайте файлы расширений Transpose for TAB4U в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Changing chord transposition in the tab4u website, easier, faster and for free. Основная информация о расширении
| Название | |
| 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"
}
} | |