Svorak
Svorak keyboard
什麼是Svorak?
Svorak是由chrome-input-extensions開發的Chrome擴展程式,該擴展的主要功能是“Svorak keyboard”。
擴展截圖
下載Svorak擴展crx文件
下載Svorak擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension provides a Swedish Dvorak keyboard layout in Chrome OS. How to enable: after installing the extension, head over to chrome://settings/languages then add Swedish, and check the Svorak 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 Svorak right keyboard (symbol: SV*).
By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.
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 | ijimhcgeahpgfdcgaheadagkjkiibcnj |
| 官方網址 | https://chromewebstore.google.com/detail/svorak/ijimhcgeahpgfdcgaheadagkjkiibcnj |
| 簡介 | Svorak keyboard |
| 檔案大小 | 7.74 KB |
| 安裝次數 | 389 |
| 目前版本 | 1.0 |
| 更新時間 | 2014-08-04 |
| 上架時間 | 2014-08-03 |
| 評分 | 4.54/5 共 26 次評分 |
| 開發者 | 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": "Svorak",
"version": "1.0",
"manifest_version": 2,
"description": "Svorak keyboard",
"permissions": [
"input"
],
"background": {
"scripts": [
"background.js"
]
},
"input_components": [
{
"name": "Svorak",
"type": "ime",
"id": "svorak_xkb",
"description": "Svorak keyboard",
"language": "sv",
"layouts": [
"se(dvorak)"
]
}
]
} | |