Translate Anywhere
You can translate sentences that you select on the web page into various languages. You can also translate the whole page.
Translate Anywhere là gì?
Translate Anywhere là một tiện ích mở rộng Chrome được phát triển bởi https://orca-soft.net/web, và tính năng chính của nó là "You can translate sentences that you select on the web page into various languages. You can also translate the whole page.".
Ả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 Translate Anywhere
Tải xuống các tệp mở rộng Translate Anywhere 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
By using the icon located at the top right of the browser, you can translate the entire page or any entered text. Additionally, you can select specific text within the page and translate it directly from the right-click menu. This translation feature supports multiple languages, including English, Chinese, Korean, French, German, Italian, Spanish, and Portuguese. *If the icon at the top right is not displayed, please click the jigsaw puzzle icon and pin the 'Translate Anywhere' icon.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Translate Anywhere |
ID | hhimhiimpaicidimabokfbdokhpcnmoh |
URL Chính Thức | https://chromewebstore.google.com/detail/translate-anywhere/hhimhiimpaicidimabokfbdokhpcnmoh |
Mô tả | You can translate sentences that you select on the web page into various languages. You can also translate the whole page. |
Kích Thước Tệp | 93.25 KB |
Số Lần Cài Đặt | 72,557 |
Phiên Bản Hiện Tại | 4.1.0.1 |
Cập Nhật Lần Cuối | 2024-02-29 |
Ngày Phát Hành | 2019-11-07 |
Đánh Giá | 3.89/5 Tổng số 53 Đánh Giá |
Nhà Phát Triển | https://orca-soft.net/web |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://orca-soft.net/web/ |
URL Trang Trợ Giúp | https://orca-soft.net/info/support.php?service=3 |
URL Trang Chính Sách Bảo Mật | https://orca-soft.net/chrome/pd/html/privacy_policy.html |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extentionTitle__", "description": "__MSG_extentionDescription__", "version": "4.1.0.1", "manifest_version": 2, "default_locale": "en", "homepage_url": "https:\/\/orca-soft.net\/web\/", "browser_action": { "default_icon": "icon.png", "default_title": "__MSG_extentionDefault_title__", "default_popup": "popup.html" }, "icons": { "16": "icons\/app16.png", "32": "icons\/app32.png", "64": "icons\/app64.png", "128": "icons\/app128.png" }, "background": { "scripts": [ "jq.js", "bg.js" ], "persistent": true }, "content_scripts": [ { "js": [ "jq.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "all_frames": true, "run_at": "document_start" } ], "permissions": [ "storage", "activeTab", "http:\/\/*\/", "https:\/\/*\/", "contextMenus" ], "web_accessible_resources": [ "jq.js", "trans.js", "popup.html", "frame.html", "resize.png" ] } |