Colemak-DH
Colemak-DH keyboard
什麼是Colemak-DH?
Colemak-DH是由jasoneliu開發的Chrome擴展程式,該擴展的主要功能是“Colemak-DH keyboard”。
擴展截圖
下載Colemak-DH擴展crx文件
下載Colemak-DH擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Colemak-DH keyboard layout for Chrome OS 擴展基本資訊
| 名稱 | |
| ID | gcgekediidgkbcjbgdfenmibaoeiffff |
| 官方網址 | https://chromewebstore.google.com/detail/colemak-dh/gcgekediidgkbcjbgdfenmibaoeiffff |
| 簡介 | Colemak-DH keyboard |
| 檔案大小 | 6.94 KB |
| 安裝次數 | 20 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2022-09-25 |
| 上架時間 | 2022-09-25 |
| 評分 | 2.00/5 共 2 次評分 |
| 開發者 | jasoneliu |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Colemak-DH",
"version": "1.0.1",
"manifest_version": 3,
"description": "Colemak-DH keyboard",
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "icon128.png"
},
"permissions": [
"input"
],
"input_components": [
{
"name": "Colemak-DH",
"type": "ime",
"id": "colemak-dh",
"description": "Colemak-DH keyboard",
"language": "en-US",
"layouts": [
"us"
]
}
]
} | |