Trello Shortcuts Killer
Remove shortcuts from Trello for people who don't use them
Cos'è Trello Shortcuts Killer?
Trello Shortcuts Killer è un'estensione di Chrome sviluppata da SosthenG, e la sua funzione principale è "Remove shortcuts from Trello for people who don't use them".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trello Shortcuts Killer
Scarica i file di estensione Trello Shortcuts Killer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Disable Trello keyboard shortcuts to prevent mistakes. Informazioni di Base sull'Estensione
| Nome | |
| ID | feabcbdhaecgmefkmiblohaniammgifg |
| URL Ufficiale | https://chromewebstore.google.com/detail/trello-shortcuts-killer/feabcbdhaecgmefkmiblohaniammgifg |
| Descrizione | Remove shortcuts from Trello for people who don't use them |
| Dimensione del File | 40.16 KB |
| Conteggio Installazioni | 276 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2022-03-28 |
| Data di Pubblicazione | 2022-02-22 |
| Valutazione | 4.40/5 Totale 10 Valutazioni |
| Sviluppatore | SosthenG |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/SosthenG/trello-shortcut-killer |
| URL della Pagina di Aiuto | https://github.com/SosthenG/trello-shortcut-killer/issues |
| Lingue Supportate | 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"
} | |