Yiddish Klal

A phonetic (QWERTY) keyboard layout for Standard Yiddish.

Yiddish Klal क्या है?

Yiddish Klal Isaac Bleaman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A phonetic (QWERTY) keyboard layout for Standard Yiddish."।

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

screenshot

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

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

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

                        This extension installs a Standard Yiddish keyboard layout on your Chrome OS.
(If you are not using a Chromebook, but simply want to type in Yiddish in your Chrome browser, you should install this excellent transliteration-based extension: https://chrome.google.com/webstore/detail/yiddish-typer/higlebidpnhccabnhankdoiiccnnfkko)

Yiddish Klal is based on a layout built for Mac. See instructions here: https://wp.nyu.edu/ibleaman/yiddish/typing/
Note that the commands using Alt are not included in this version. Also, the Caps Lock feature is disabled (since Chromebook is missing a Caps Lock button).

Once you've installed the extension, sign out of your Chromebook and then sign back in. Then go into your system settings, type "language" into the search bar, and click "Language and input settings..." Unfortunately, because Chromebook lacks native support for Yiddish, the keyboard can be found under English (United States). Select "Yiddish Klal" as an input method and click through to accept the third party terms (contrary to the warning, all this app does is take your keystroke and print out a Yiddish character; nothing is saved, and the app is completely offline). Finally, click "Done." I also recommend hiding the Yiddish Klal icon from your Chrome browser menu, since it doesn't do anything. Right click (or click with two fingers) on the Yiddish Klal icon and then "Hide in Chrome menu."

To switch between Yiddish and other keyboards, click Ctrl + Shift + space.

Updates:
0.2 - bug fixes (and the "|" key now creates em-dash)                    

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

नाम Yiddish Klal Yiddish Klal
ID leknmnfccgpmjkccjhbamjhehlgefifj
आधिकारिक URL https://chromewebstore.google.com/detail/yiddish-klal/leknmnfccgpmjkccjhbamjhehlgefifj
विवरण A phonetic (QWERTY) keyboard layout for Standard Yiddish.
फ़ाइल का आकार 46.7 KB
स्थापना संख्या 233
वर्तमान संस्करण 0.4
अंतिम अपडेट 2016-12-30
प्रकाशन तिथि 2016-12-30
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर Isaac Bleaman
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yiddish Klal",
    "version": "0.4",
    "manifest_version": 2,
    "author": "Isaac Bleaman",
    "description": "A phonetic (QWERTY) keyboard layout for Standard Yiddish.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "input"
    ],
    "input_components": [
        {
            "name": "Yiddish Klal",
            "type": "ime",
            "id": "yiddishklal",
            "description": "Yiddish Klal",
            "language": "en-US",
            "layouts": [
                "us::eng"
            ]
        }
    ]
}