Polish Dvorak

Polish Dvorak layout

Polish Dvorak क्या है?

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

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

screenshot
screenshot
screenshot

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

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

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

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

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.

Changelog:
 v1.1 fixed incorrect keyboard descriptor in the manifest

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)                    

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

नाम Polish Dvorak Polish Dvorak
ID gikieikejljogkfjbijjplfhbmhbmfkf
आधिकारिक URL https://chromewebstore.google.com/detail/polish-dvorak/gikieikejljogkfjbijjplfhbmhbmfkf
विवरण Polish Dvorak layout
फ़ाइल का आकार 7.73 KB
स्थापना संख्या 645
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-08-04
प्रकाशन तिथि 2014-08-03
रेटिंग 4.18/5 कुल 28 रेटिंग्स
डेवलपर chrome-input-extensions
ईमेल chrome-input-extensions@google.com
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://policies.google.com/privacy?hl=en
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Polish Dvorak",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Polish Dvorak layout",
    "permissions": [
        "input"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "input_components": [
        {
            "name": "Polish Dvorak",
            "type": "ime",
            "id": "polish-dvorak",
            "description": "Polish Dvorak",
            "language": "pl",
            "layouts": [
                "pl(dvorak)"
            ]
        }
    ]
}