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 |
| 公式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 |
| Eメール | [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"
}
} | |