Trello Shortcuts Killer
Remove shortcuts from Trello for people who don't use them
Apa itu Trello Shortcuts Killer?
Trello Shortcuts Killer adalah ekstensi Chrome yang dikembangkan oleh SosthenG, dan fitur utamanya adalah "Remove shortcuts from Trello for people who don't use them".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Trello Shortcuts Killer
Unduh file ekstensi Trello Shortcuts Killer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Disable Trello keyboard shortcuts to prevent mistakes.
Informasi Dasar Ekstensi
Nama | Trello Shortcuts Killer |
ID | feabcbdhaecgmefkmiblohaniammgifg |
URL Resmi | https://chromewebstore.google.com/detail/trello-shortcuts-killer/feabcbdhaecgmefkmiblohaniammgifg |
Deskripsi | Remove shortcuts from Trello for people who don't use them |
Ukuran File | 40.16 KB |
Jumlah Instalasi | 276 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2022-03-28 |
Tanggal Publikasi | 2022-02-22 |
Penilaian | 4.40/5 Total 10 Penilaian |
Pengembang | SosthenG |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/SosthenG/trello-shortcut-killer |
URL Halaman Bantuan | https://github.com/SosthenG/trello-shortcut-killer/issues |
Bahasa yang Didukung | 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" } |