Trello Shortcuts Killer

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

Co je Trello Shortcuts Killer?

Trello Shortcuts Killer je rozšíření Chrome vyvinuté SosthenG, a jeho hlavní funkcí je „Remove shortcuts from Trello for people who don't use them“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Trello Shortcuts Killer

Stáhněte si soubory rozšíření Trello Shortcuts Killer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Disable Trello keyboard shortcuts to prevent mistakes.                    

Základní Informace o Rozšíření

Název Trello Shortcuts Killer Trello Shortcuts Killer
ID feabcbdhaecgmefkmiblohaniammgifg
Oficiální URL https://chromewebstore.google.com/detail/trello-shortcuts-killer/feabcbdhaecgmefkmiblohaniammgifg
Popis Remove shortcuts from Trello for people who don't use them
Velikost souboru 40.16 KB
Počet instalací 276
Aktuální Verze 1.0.2
Poslední Aktualizace 2022-03-28
Datum Vydání 2022-02-22
Hodnocení 4.40/5 Celkem 10 Hodnocení
Vývojář SosthenG
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/SosthenG/trello-shortcut-killer
URL Stránky Nápovědy https://github.com/SosthenG/trello-shortcut-killer/issues
Podporované Jazyky 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"
}