Language Transliteration

Language Transliteration - Type in your own language

Language Transliteration란 무엇입니까?

Language Transliteration은(는) https://www.senthilprabu.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Language Transliteration - Type in your own language"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Language Transliteration 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Language Transliteration Language Transliteration
ID obepaikkjiicocdodlbpaacnnjjflnoc
공식 URL https://chromewebstore.google.com/detail/language-transliteration/obepaikkjiicocdodlbpaacnnjjflnoc
설명 Language Transliteration - Type in your own language
파일 크기 77.77 KB
설치 횟수 1,046
현재 버전 4.5
최근 업데이트 2019-03-07
출시 날짜 2019-03-06
평점 4.67/5 총 3 개의 평점
개발자 https://www.senthilprabu.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.senthilprabu.in/portfolio/language-transliteration/
지원되는 언어 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"
    }
}