Trello Shortcuts Killer
Remove shortcuts from Trello for people who don't use them
Vad är Trello Shortcuts Killer?
Trello Shortcuts Killer är en Chrome-tillägg utvecklad av SosthenG, och dess huvudfunktion är "Remove shortcuts from Trello for people who don't use them".
Tilläggsskärmbilder
Ladda ner Trello Shortcuts Killer-förlängningens CRX-fil
Ladda ner Trello Shortcuts Killer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Disable Trello keyboard shortcuts to prevent mistakes.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | feabcbdhaecgmefkmiblohaniammgifg | 
| Officiell webbadress | https://chromewebstore.google.com/detail/trello-shortcuts-killer/feabcbdhaecgmefkmiblohaniammgifg | 
| Beskrivning | Remove shortcuts from Trello for people who don't use them | 
| Filstorlek | 40.16 KB | 
| Antal Installationer | 276 | 
| Aktuell Version | 1.0.2 | 
| Senast Uppdaterad | 2022-03-28 | 
| Publiceringsdatum | 2022-02-22 | 
| Betyg | 4.40/5 Totalt 10 Betyg | 
| Utvecklare | SosthenG | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/SosthenG/trello-shortcut-killer | 
| Hjälpsida URL | https://github.com/SosthenG/trello-shortcut-killer/issues | 
| Stödda Språk | 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"
}  |  |