Dvorak left

Dvorak left handed keyboard

Dvorak left क्या है?

Dvorak left chrome-input-extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dvorak left handed keyboard"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dvorak left एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension provides a Dvorak keyboard layout for the left hand in Chrome OS. How to enable: after installing the extension, head over to chrome://settings/languages then add English (US), and check the "Dvorak left" 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 Dvorak left keyboard (symbol: DV*).

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)                    

एक्सटेंशन की मूल जानकारी

नाम Dvorak left Dvorak left
ID daedidciajfkjpjfmailopfppehmdlkn
आधिकारिक URL https://chromewebstore.google.com/detail/dvorak-left/daedidciajfkjpjfmailopfppehmdlkn
विवरण Dvorak left handed keyboard
फ़ाइल का आकार 7.77 KB
स्थापना संख्या 382
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-08-19
प्रकाशन तिथि 2020-08-18
रेटिंग 4.40/5 कुल 15 रेटिंग्स
डेवलपर 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": "Dvorak left",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Dvorak left handed keyboard",
    "permissions": [
        "input"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "input_components": [
        {
            "name": "Dvorak left",
            "type": "ime",
            "id": "dvorak_left_xkb",
            "description": "Dvorak left keyboard",
            "language": "en-US",
            "layouts": [
                "us(dvorak-l)"
            ]
        }
    ]
}