Wikimedia Input Tools

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

Qu'est-ce que Wikimedia Input Tools ?

Wikimedia Input Tools est une extension Chrome développée par Praveen Singh, et sa fonction principale est "Wikimedia Input Tools allows you to type in your native language from among 60+ languages.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Wikimedia Input Tools

Téléchargez les fichiers d'extension Wikimedia Input Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Wikimedia Input Tools Wikimedia Input Tools
ID fjnfifedbeeeibikgpggddmfbaeccaoh
URL Officiel https://chromewebstore.google.com/detail/wikimedia-input-tools/fjnfifedbeeeibikgpggddmfbaeccaoh
Description Wikimedia Input Tools allows you to type in your native language from among 60+ languages.
Taille du Fichier 544 KB
Nombre d'Installations 3,359
Version Actuelle 0.1
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 3.76/5 Total 49 Évaluations
Développeur Praveen Singh
Type de Paiement free
Site Web de l'Extension https://github.com/pravee-n/jquery.ime-chrome-extension
URL de la Page d'Aide https://github.com/pravee-n/jquery.ime-chrome-extension/issues
Langues Prises en Charge 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"
    ]
}