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.
扩展基本信息
名称 | 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" } } |