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
电子邮箱 [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"
            ]
        }
    ]
}