Trello Shortcuts Killer

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

Was ist Trello Shortcuts Killer?

Trello Shortcuts Killer ist eine Chrome-Erweiterung, die von SosthenG entwickelt wurde, und ihr Hauptmerkmal ist "Remove shortcuts from Trello for people who don't use them".

Erweiterungsscreenshots

screenshot

Trello Shortcuts Killer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trello Shortcuts Killer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Disable Trello keyboard shortcuts to prevent mistakes.                    

Grundlegende Informationen zur Erweiterung

Name Trello Shortcuts Killer Trello Shortcuts Killer
ID feabcbdhaecgmefkmiblohaniammgifg
Offizielle URL https://chromewebstore.google.com/detail/trello-shortcuts-killer/feabcbdhaecgmefkmiblohaniammgifg
Beschreibung Remove shortcuts from Trello for people who don't use them
Dateigröße 40.16 KB
Installationsanzahl 276
Aktuelle Version 1.0.2
Letztes Update 2022-03-28
Veröffentlichungsdatum 2022-02-22
Bewertung 4.40/5 Insgesamt 10 Bewertungen
Entwickler SosthenG
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/SosthenG/trello-shortcut-killer
Hilfeseite URL https://github.com/SosthenG/trello-shortcut-killer/issues
Unterstützte Sprachen 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"
}