Trello Shortcuts Killer

Remove shortcuts from Trello for people who don't use them

Co to jest Trello Shortcuts Killer?

Trello Shortcuts Killer to rozszerzenie Chrome opracowane przez SosthenG, a jego główną funkcją jest „Remove shortcuts from Trello for people who don't use them”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Trello Shortcuts Killer

Pobierz pliki rozszerzeń Trello Shortcuts Killer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Disable Trello keyboard shortcuts to prevent mistakes.                    

Podstawowe informacje o rozszerzeniu

Nazwa Trello Shortcuts Killer Trello Shortcuts Killer
ID feabcbdhaecgmefkmiblohaniammgifg
Oficjalny URL https://chromewebstore.google.com/detail/trello-shortcuts-killer/feabcbdhaecgmefkmiblohaniammgifg
Opis Remove shortcuts from Trello for people who don't use them
Rozmiar pliku 40.16 KB
Liczba instalacji 276
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2022-03-28
Data Publikacji 2022-02-22
Ocena 4.40/5 Łącznie 10 Oceny
Deweloper SosthenG
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/SosthenG/trello-shortcut-killer
Adres URL Strony Pomocy https://github.com/SosthenG/trello-shortcut-killer/issues
Obsługiwane Języki 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"
}