Colemak-DH

Colemak-DH keyboard

What is Colemak-DH?

Colemak-DH is a Chrome extension developed by jasoneliu, and its main feature is "Colemak-DH keyboard".

Extension Screenshots

screenshot

Download Colemak-DH Extension CRX File

Download Colemak-DH extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Colemak-DH keyboard layout for Chrome OS                    

Extension Basic Information

Name Colemak-DH Colemak-DH
ID gcgekediidgkbcjbgdfenmibaoeiffff
Official URL https://chromewebstore.google.com/detail/colemak-dh/gcgekediidgkbcjbgdfenmibaoeiffff
Description Colemak-DH keyboard
File Size 6.94 KB
Installation Count 20
Current Version 1.0.1
Last Updated 2022-09-25
Publish Date 2022-09-25
Rating 2.00/5 Total 2 Ratings
Developer jasoneliu
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}