Language Transliteration

Language Transliteration - Type in your own language

What is Language Transliteration?

Language Transliteration is a Chrome extension developed by https://www.senthilprabu.in, and its main feature is "Language Transliteration - Type in your own language".

Extension Screenshots

screenshot
screenshot
screenshot

Download Language Transliteration Extension CRX File

Download Language Transliteration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Use keyboard shortcut for the Language Transliteration Hot Key (Alt+L)
- Select your language in the dropdown.
- Start typing in English in the given textbox.
- Press SPACE Key to transliterate the typed word.
- If you want to type any English word use the shortcut key Ctrl+G.
- Using Ctrl+G again will toggle the transliteration again.
- Press the COPY button to copy the text into your clipboard.
- More languages will be added based on the requests.                    

Extension Basic Information

Name Language Transliteration Language Transliteration
ID obepaikkjiicocdodlbpaacnnjjflnoc
Official URL https://chromewebstore.google.com/detail/language-transliteration/obepaikkjiicocdodlbpaacnnjjflnoc
Description Language Transliteration - Type in your own language
File Size 77.77 KB
Installation Count 1,046
Current Version 4.5
Last Updated 2019-03-07
Publish Date 2019-03-06
Rating 4.67/5 Total 3 Ratings
Developer https://www.senthilprabu.in
Email [email protected]
Payment Type free
Extension Website http://www.senthilprabu.in/portfolio/language-transliteration/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Language Transliteration",
    "description": "Language Transliteration - Type in your own language",
    "version": "4.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icons\/transliteration.png"
    },
    "browser_action": {
        "default_icon": "icons\/transliteration.png",
        "default_title": "Language Transliteration - Type in your own language",
        "default_popup": "popup\/transliteration.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+L"
            },
            "description": "Language Transliteration - Type in your own language"
        }
    },
    "options_ui": {
        "page": "options\/options.html"
    }
}