Wikimedia Input Tools

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

Wikimedia Input Toolsคืออะไร?

Wikimedia Input Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Praveen Singh และคุณลักษณะหลักของมันคือ "Wikimedia Input Tools allows you to type in your native language from among 60+ languages."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wikimedia Input Tools

ดาวน์โหลดไฟล์ส่วนขยาย Wikimedia Input Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wikimedia Input Tools Wikimedia Input Tools
ID fjnfifedbeeeibikgpggddmfbaeccaoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wikimedia-input-tools/fjnfifedbeeeibikgpggddmfbaeccaoh
คำอธิบาย Wikimedia Input Tools allows you to type in your native language from among 60+ languages.
ขนาดไฟล์ 544 KB
จำนวนการติดตั้ง 3,359
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 3.76/5 รวมทั้งหมด 49 คะแนน
ผู้พัฒนา Praveen Singh
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pravee-n/jquery.ime-chrome-extension
URL หน้าช่วยเหลือ https://github.com/pravee-n/jquery.ime-chrome-extension/issues
ภาษาที่รองรับ 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"
    ]
}