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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}