Trello Shortcuts Killer
Remove shortcuts from Trello for people who don't use them
Wat is Trello Shortcuts Killer?
Trello Shortcuts Killer is een Chrome-extensie ontwikkeld door SosthenG, en de belangrijkste functie is "Remove shortcuts from Trello for people who don't use them".
Extensie Screenshots
Download het CRX-bestand van de extensie Trello Shortcuts Killer
Download Trello Shortcuts Killer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Disable Trello keyboard shortcuts to prevent mistakes.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | feabcbdhaecgmefkmiblohaniammgifg | 
| Officiële URL | https://chromewebstore.google.com/detail/trello-shortcuts-killer/feabcbdhaecgmefkmiblohaniammgifg | 
| Beschrijving | Remove shortcuts from Trello for people who don't use them | 
| Bestandsgrootte | 40.16 KB | 
| Aantal Installaties | 276 | 
| Huidige Versie | 1.0.2 | 
| Laatst Bijgewerkt | 2022-03-28 | 
| Publicatiedatum | 2022-02-22 | 
| Beoordeling | 4.40/5 Totaal 10 Beoordelingen | 
| Ontwikkelaar | SosthenG | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/SosthenG/trello-shortcut-killer | 
| Help Pagina-URL | https://github.com/SosthenG/trello-shortcut-killer/issues | 
| Ondersteunde Talen | 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"
}  |  |