Polish Dvorak

Polish Dvorak layout

Polish Dvorak là gì?

Polish Dvorak là một tiện ích mở rộng Chrome được phát triển bởi chrome-input-extensions, và tính năng chính của nó là "Polish Dvorak layout".

Ả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 Polish Dvorak

Tải xuống các tệp mở rộng Polish Dvorak 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

                        This extension provides a Polish Dvorak keyboard layout in Chrome OS. How to enable: after installing the extension, head over to chrome://settings/languages then add Polish, and check the Polish Dvorak option. If the option does not show up, sign out once and retry the procedure. Switch keyboard layouts with Alt+Shift until you hit the Polish Dvorak keyboard (symbol: PL*).

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.

Changelog:
 v1.1 fixed incorrect keyboard descriptor in the manifest

Known issue: if this stopped working after updating to M36 please see crbug.com/397143 for a workaround (Chrome OS 37+ should not be affected)                    

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

Tên Polish Dvorak Polish Dvorak
ID gikieikejljogkfjbijjplfhbmhbmfkf
URL Chính Thức https://chromewebstore.google.com/detail/polish-dvorak/gikieikejljogkfjbijjplfhbmhbmfkf
Mô tả Polish Dvorak layout
Kích Thước Tệp 7.73 KB
Số Lần Cài Đặt 645
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-08-04
Ngày Phát Hành 2014-08-03
Đánh Giá 4.18/5 Tổng số 28 Đánh Giá
Nhà Phát Triển chrome-input-extensions
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://policies.google.com/privacy?hl=en
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Polish Dvorak",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Polish Dvorak layout",
    "permissions": [
        "input"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "input_components": [
        {
            "name": "Polish Dvorak",
            "type": "ime",
            "id": "polish-dvorak",
            "description": "Polish Dvorak",
            "language": "pl",
            "layouts": [
                "pl(dvorak)"
            ]
        }
    ]
}