Programmer Dvorak
Programmer Dvorak keyboard
What is Programmer Dvorak?
Programmer Dvorak is a Chrome extension developed by chrome-input-extensions, and its main feature is "Programmer Dvorak keyboard".
Extension Screenshots
Download Programmer Dvorak Extension CRX File
Download Programmer Dvorak 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
This extension provides a Programmer Dvorak keyboard layout in Chrome OS. How to enable: after installing the extension, head over to chrome://settings/languages then add English(US), and check the "Programmer 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 "Programmer Dvorak" 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)
Extension Basic Information
Name | Programmer Dvorak |
ID | mogcmmflienoigckdgnkkkafbgkaecbj |
Official URL | https://chromewebstore.google.com/detail/programmer-dvorak/mogcmmflienoigckdgnkkkafbgkaecbj |
Description | Programmer Dvorak keyboard |
File Size | 7.76 KB |
Installation Count | 772 |
Current Version | 1.0 |
Last Updated | 2014-08-04 |
Publish Date | 2014-08-03 |
Rating | 4.14/5 Total 21 Ratings |
Developer | chrome-input-extensions |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://policies.google.com/privacy?hl=en |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Programmer Dvorak", "version": "1.0", "manifest_version": 2, "description": "Programmer Dvorak keyboard", "permissions": [ "input" ], "background": { "scripts": [ "background.js" ] }, "input_components": [ { "name": "Programmer Dvorak", "type": "ime", "id": "dvp_dvorak_xkb", "description": "Programmer Dvorak keyboard", "language": "en-US", "layouts": [ "us(dvp)" ] } ] } |