Show Keys

Show keys as you type

Show Keysとは何ですか?

Show KeysはShuvam Mannaによって開発されたChromeの拡張機能で、その主な機能は「Show keys as you type」です。

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

screenshot
screenshot
screenshot

Show Keys拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Utility to show key presses on your Browser.

PS - Does not work on some sites that restrict the functionality (eg - Google subdomains)                    

拡張機能の基本情報

名前 Show Keys Show Keys
ID bkcpmidbgmfbbeanejhepkjakagfaaon
公式URL https://chromewebstore.google.com/detail/show-keys/bkcpmidbgmfbbeanejhepkjakagfaaon
説明 Show keys as you type
ファイルサイズ 10.72 KB
インストール数 786
現在のバージョン 1.0.5
最終更新日 2023-03-02
公開日 2021-06-16
評価 3.82/5 合計 11 レビュー
開発者 Shuvam Manna
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://twitter.com/shuvam360
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Show Keys",
    "version": "1.0.5",
    "description": "Show keys as you type",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "showkeys_128.png"
        },
        "icons": {
            "16": "showkeys_16.png",
            "32": "showkeys_32.png",
            "48": "showkeys_48.png",
            "128": "showkeys_128.png"
        }
    }
}