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”。
擴展截圖
下載Language Transliteration擴展crx文件
下載Language Transliteration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | obepaikkjiicocdodlbpaacnnjjflnoc |
| 官方網址 | 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"
}
} | |