Language Transliteration
Language Transliteration - Type in your own language
Language Transliteration là gì?
Language Transliteration là một tiện ích mở rộng Chrome được phát triển bởi https://www.senthilprabu.in, và tính năng chính của nó là "Language Transliteration - Type in your own language".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Language Transliteration
Tải xuống các tệp mở rộng Language Transliteration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Language Transliteration |
ID | obepaikkjiicocdodlbpaacnnjjflnoc |
URL Chính Thức | https://chromewebstore.google.com/detail/language-transliteration/obepaikkjiicocdodlbpaacnnjjflnoc |
Mô tả | Language Transliteration - Type in your own language |
Kích Thước Tệp | 77.77 KB |
Số Lần Cài Đặt | 1,046 |
Phiên Bản Hiện Tại | 4.5 |
Cập Nhật Lần Cuối | 2019-03-07 |
Ngày Phát Hành | 2019-03-06 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.senthilprabu.in |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.senthilprabu.in/portfolio/language-transliteration/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |