The Easy Translator
The very easy in use translator.
The Easy Translator là gì?
The Easy Translator là một tiện ích mở rộng Chrome được phát triển bởi Sergey Vasilyev, và tính năng chính của nó là "The very easy in use translator.".
Ả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 The Easy Translator
Tải xuống các tệp mở rộng The Easy Translator 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
The Easy Translator is very easy in use translator from any language supported by the Google Translator to your language. On the options page you can choose either autodetect or particular language from which you would like a selected on a page word or text be translated and select the language to which to translate. Just select a text -> right click -> Translate... or Select a text -> press keyboard shortcut (Ctrl+Shift+E, configurable) Enjoy the Easy Translator!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | The Easy Translator |
ID | ambcfpifajmjgfdaafnjdollbfemaeeg |
URL Chính Thức | https://chromewebstore.google.com/detail/the-easy-translator/ambcfpifajmjgfdaafnjdollbfemaeeg |
Mô tả | The very easy in use translator. |
Kích Thước Tệp | 11.81 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 0.7.0.0 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2016-04-21 |
Đánh Giá | 4.34/5 Tổng số 136 Đánh Giá |
Nhà Phát Triển | Sergey Vasilyev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.7.0.0", "manifest_version": 3, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "icon128_v4.png" }, "options_page": "options.html", "background": { "service_worker": "script.js", "type": "module" }, "commands": { "translate": { "suggested_key": { "default": "Ctrl+Shift+E" }, "description": "__MSG_extShortcutDescription__" } }, "permissions": [ "contextMenus", "system.display", "storage", "scripting", "activeTab" ] } |