Wikimedia Input Tools

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

Hvad er Wikimedia Input Tools?

Wikimedia Input Tools er en Chrome-udvidelse udviklet af Praveen Singh, og dens hovedfunktion er "Wikimedia Input Tools allows you to type in your native language from among 60+ languages.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Wikimedia Input Tools-udvidelses-CRX-fil

Download Wikimedia Input Tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Wikimedia Input Tools Wikimedia Input Tools
ID fjnfifedbeeeibikgpggddmfbaeccaoh
Officiel URL https://chromewebstore.google.com/detail/wikimedia-input-tools/fjnfifedbeeeibikgpggddmfbaeccaoh
Beskrivelse Wikimedia Input Tools allows you to type in your native language from among 60+ languages.
Filstørrelse 544 KB
Antal Installationer 3,359
Nuværende Version 0.1
Senest Opdateret 2019-03-08
Udgivelsesdato 2019-03-08
Bedømmelse 3.76/5 Samlet 49 Bedømmelser
Udvikler Praveen Singh
Betalingsmetode free
Udvidelseswebsted https://github.com/pravee-n/jquery.ime-chrome-extension
Hjælpeside-URL https://github.com/pravee-n/jquery.ime-chrome-extension/issues
Understøttede Sprog 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"
    ]
}