Trello Shortcuts Killer
Remove shortcuts from Trello for people who don't use them
Что такое Trello Shortcuts Killer?
Trello Shortcuts Killer - это расширение Chrome, разработанное SosthenG, и его основная функция - "Remove shortcuts from Trello for people who don't use them".
Снимки экрана расширения
Скачать файл CRX расширения Trello Shortcuts Killer
Скачайте файлы расширений Trello Shortcuts Killer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Disable Trello keyboard shortcuts to prevent mistakes. Основная информация о расширении
| Название | |
| ID | feabcbdhaecgmefkmiblohaniammgifg |
| Официальный URL | https://chromewebstore.google.com/detail/trello-shortcuts-killer/feabcbdhaecgmefkmiblohaniammgifg |
| Описание | Remove shortcuts from Trello for people who don't use them |
| Размер файла | 40.16 KB |
| Количество установок | 276 |
| Текущая Версия | 1.0.2 |
| Последнее Обновление | 2022-03-28 |
| Дата публикации | 2022-02-22 |
| Рейтинг | 4.40/5 Всего 10 оценок |
| Разработчик | SosthenG |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/SosthenG/trello-shortcut-killer |
| URL страницы помощи | https://github.com/SosthenG/trello-shortcut-killer/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Trello Shortcuts Killer",
"version": "1.0.2",
"description": "Remove shortcuts from Trello for people who don't use them",
"host_permissions": [
"*:\/\/trello.com\/*"
],
"icons": {
"48": "icon_48.png",
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/trello.com\/*"
],
"js": [
"script.js"
]
}
],
"author": "Sosth\u00e8n Gaillard"
} | |