Wikimedia Input Tools

Wikimedia Input Tools allows you to type in your native language from among 60+ languages.

Co je Wikimedia Input Tools?

Wikimedia Input Tools je rozšíření Chrome vyvinuté Praveen Singh, a jeho hlavní funkcí je „Wikimedia Input Tools allows you to type in your native language from among 60+ languages.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Wikimedia Input Tools

Stáhněte si soubory rozšíření Wikimedia Input Tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Wikimedia Input Tools allows you to type in 60+ languages on any website across the web.

- Chat with your Facebook friends in Hindi.
- Do a google search in Telugu.
- Send an email to your German friend in Deutsch.

And a lot more!
Simply select the language you wish to type in to get started.

How to use?

Focus on any input field on a webpage and click on the keyboard icon. Select the ' ... ' option to open the language selector. You can use the Language Selector to find the languages spoken in any particular region. 
For example, selecting Asia-Pacific in the map would list all the popular languages that are spoken in Asia-Pacific region.
Select the language you want to use. Select an input method for the selected language and start typing straight away.

Supported languages:

- Amharic
- Arabic
- Assamese
- Belarusian
- Tifinagh
- Bengali
- Bodo
- Central Kurdish
- Chuvash
- Cyrillic
- Dansk (Danish)
- Deutsch (German)
- Dogri
- Greek
- Esperanto
- Finnish
- Føroyskt
- International Phonetic Alphabet
- Kokani
- Gujarati
- Hebrew
- Hindi
- Croatian
- Armenian
- Icelandic
- Javanese
- Georgian
- Kazakh
- Kannada
- Kashmiri
- Kurdish
- Kirghiz
- Laotian
- Maithili
- Marshallese
- Malayalam
- Mongolian
- Manipuri
- Marathi
- Burmese
- Norwegian
- Nepali
- Odia
- Punjabi
- Russian
- Sanskrit
- Sakha
- Santali
- Sindhi
- Northern Sami
- Sinhalese
- Slovak
- Serbian
- Swedish
- Tamil
- Telugu
- Thai
- Udmurt
- Uyghur
- Ukrainian
- Urdu
- Uzbek                    

Základní Informace o Rozšíření

Název Wikimedia Input Tools Wikimedia Input Tools
ID fjnfifedbeeeibikgpggddmfbaeccaoh
Oficiální URL https://chromewebstore.google.com/detail/wikimedia-input-tools/fjnfifedbeeeibikgpggddmfbaeccaoh
Popis Wikimedia Input Tools allows you to type in your native language from among 60+ languages.
Velikost souboru 544 KB
Počet instalací 3,359
Aktuální Verze 0.1
Poslední Aktualizace 2019-03-08
Datum Vydání 2019-03-08
Hodnocení 3.76/5 Celkem 49 Hodnocení
Vývojář Praveen Singh
Typ Platby free
Webové stránky Rozšíření https://github.com/pravee-n/jquery.ime-chrome-extension
URL Stránky Nápovědy https://github.com/pravee-n/jquery.ime-chrome-extension/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": [
        {
            "email": "[email protected]",
            "name": "Praveen Singh"
        }
    ],
    "name": "Wikimedia Input Tools",
    "description": "Wikimedia Input Tools allows you to type in your native language from among 60+ languages.",
    "version": "0.1",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "libs\/jquery.ime\/css\/jquery.ime.css",
                "libs\/jquery.uls\/css\/jquery.uls.css",
                "libs\/jquery.uls\/css\/jquery.uls.grid.css",
                "libs\/jquery.uls\/css\/jquery.uls.lcd.css",
                "css\/jquery.ime.chrome.css",
                "css\/jquery.uls.chrome.css"
            ],
            "js": [
                "src\/jquery.js",
                "libs\/jquery.ime\/libs\/rangy\/rangy-core.js",
                "libs\/jquery.ime\/src\/jquery.ime.js",
                "libs\/jquery.ime\/src\/jquery.ime.selector.js",
                "libs\/jquery.ime\/src\/jquery.ime.preferences.js",
                "libs\/jquery.ime\/src\/jquery.ime.inputmethods.js",
                "libs\/jquery.uls\/src\/jquery.uls.data.js",
                "libs\/jquery.uls\/src\/jquery.uls.data.utils.js",
                "libs\/jquery.uls\/src\/jquery.uls.lcd.js",
                "libs\/jquery.uls\/src\/jquery.uls.languagefilter.js",
                "libs\/jquery.uls\/src\/jquery.uls.regionfilter.js",
                "libs\/jquery.uls\/src\/jquery.uls.core.js",
                "src\/jquery.ime.init.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "libs\/jquery.ime\/images\/ime-active.png",
        "libs\/jquery.ime\/images\/ime-active.svg",
        "libs\/jquery.ime\/images\/ime-inactive.png",
        "libs\/jquery.ime\/images\/ime-inactive.svg",
        "libs\/jquery.ime\/images\/tick.png",
        "libs\/jquery.ime\/images\/tick.svg",
        "libs\/jquery.uls\/images\/icon-language.png",
        "libs\/jquery.uls\/images\/icon-language.svg",
        "libs\/jquery.uls\/images\/world_map.png",
        "libs\/jquery.uls\/images\/world_map.svg",
        "libs\/jquery.uls\/images\/close.png",
        "libs\/jquery.uls\/images\/close.svg",
        "libs\/jquery.uls\/images\/search.png",
        "libs\/jquery.uls\/images\/search.svg",
        "libs\/jquery.uls\/images\/clear.png",
        "libs\/jquery.uls\/images\/clear.svg",
        "images\/help.png"
    ]
}