KeyboardSwap

Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.

KeyboardSwapとは何ですか?

KeyboardSwapはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Ever started typing something only to realize halfway through the sentence your keyboard is on the wrong language? With this extension, instead of backtracking and starting the sentence over, simply press ctrl + alt + a and swap languages as if you'd typed on the right keyboard language all along!

Supported languages: English, Hebrew
Supported keyboards: QWERTY                    

拡張機能の基本情報

名前 KeyboardSwap KeyboardSwap
ID afaapechmbppnfbonjkbjgffiiagcglb
公式URL https://chromewebstore.google.com/detail/keyboardswap/afaapechmbppnfbonjkbjgffiiagcglb
説明 Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.
ファイルサイズ 16.89 KB
インストール数 24
現在のバージョン 1.0
最終更新日 2022-02-05
公開日 2022-02-04
開発者 Unknown
Eメール [email protected]
支払い方法 free
対応言語 iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KeyboardSwap",
    "description": "Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.",
    "version": "1.0",
    "icons": {
        "16": "images\/16-icon.png",
        "48": "images\/48-icon.png",
        "128": "images\/128-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}