Polish Dvorak
Polish Dvorak layout
什么是Polish Dvorak?
Polish Dvorak是由chrome-input-extensions开发的Chrome扩展程序,该扩展的主要功能是“Polish Dvorak layout”。
扩展截图
下载Polish Dvorak扩展crx文件
下载Polish Dvorak扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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) 扩展基本信息
| 名称 | |
| ID | gikieikejljogkfjbijjplfhbmhbmfkf |
| 官方URL | https://chromewebstore.google.com/detail/polish-dvorak/gikieikejljogkfjbijjplfhbmhbmfkf |
| 简介 | Polish Dvorak layout |
| 文件大小 | 7.73 KB |
| 安装次数 | 645 |
| 当前版本 | 1.1 |
| 更新时间 | 2014-08-04 |
| 上架时间 | 2014-08-03 |
| 评分 | 4.18/5 共28次评分 |
| 开发者 | chrome-input-extensions |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://policies.google.com/privacy?hl=en |
| 支持的语言 | 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)"
]
}
]
} | |