Trello Shortcuts Killer

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

What is Trello Shortcuts Killer?

Trello Shortcuts Killer is a Chrome extension developed by SosthenG, and its main feature is "Remove shortcuts from Trello for people who don't use them".

Extension Screenshots

screenshot

Download Trello Shortcuts Killer Extension CRX File

Download Trello Shortcuts Killer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Disable Trello keyboard shortcuts to prevent mistakes.                    

Extension Basic Information

Name Trello Shortcuts Killer Trello Shortcuts Killer
ID feabcbdhaecgmefkmiblohaniammgifg
Official URL https://chromewebstore.google.com/detail/trello-shortcuts-killer/feabcbdhaecgmefkmiblohaniammgifg
Description Remove shortcuts from Trello for people who don't use them
File Size 40.16 KB
Installation Count 276
Current Version 1.0.2
Last Updated 2022-03-28
Publish Date 2022-02-22
Rating 4.40/5 Total 10 Ratings
Developer SosthenG
Email [email protected]
Payment Type free
Extension Website https://github.com/SosthenG/trello-shortcut-killer
Help Page URL https://github.com/SosthenG/trello-shortcut-killer/issues
Supported Languages 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"
}