Trello Shortcuts Killer

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

Trello Shortcuts Killerとは何ですか?

Trello Shortcuts KillerはSosthenGによって開発されたChromeの拡張機能で、その主な機能は「Remove shortcuts from Trello for people who don't use them」です。

拡張機能のスクリーンショット

screenshot

Trello Shortcuts Killer拡張機能のCRXファイルをダウンロード

Trello Shortcuts Killer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Disable Trello keyboard shortcuts to prevent mistakes.                    

拡張機能の基本情報

名前 Trello Shortcuts Killer Trello Shortcuts Killer
ID feabcbdhaecgmefkmiblohaniammgifg
公式URL https://chromewebstore.google.com/detail/trello-shortcuts-killer/feabcbdhaecgmefkmiblohaniammgifg
説明 Remove shortcuts from Trello for people who don't use them
ファイルサイズ 40.16 KB
インストール数 276
現在のバージョン 1.0.2
最終更新日 2022-03-28
公開日 2022-02-22
評価 4.40/5 合計 10 レビュー
開発者 SosthenG
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/SosthenG/trello-shortcut-killer
ヘルプページのURL https://github.com/SosthenG/trello-shortcut-killer/issues
対応言語 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"
}