KeyboardSwap

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

KeyboardSwap là gì?

KeyboardSwap là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng KeyboardSwap

Tải xuống các tệp mở rộng KeyboardSwap dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KeyboardSwap KeyboardSwap
ID afaapechmbppnfbonjkbjgffiiagcglb
URL Chính Thức https://chromewebstore.google.com/detail/keyboardswap/afaapechmbppnfbonjkbjgffiiagcglb
Mô tả Swap keyboard input between English and Hebrew. Press Ctrl+Alt+a to swap selected input's language.
Kích Thước Tệp 16.89 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-02-05
Ngày Phát Hành 2022-02-04
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}