Translator
Right Click to translate selected text using Google Translate
Translator là gì?
Translator là một tiện ích mở rộng Chrome được phát triển bởi Jofen, và tính năng chính của nó là "Right Click to translate selected text using Google Translate".
Ả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 Translator
Tải xuống các tệp mở rộng 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
Translate selected text or full page A handy tool to translate selected text or the full active page into your choice of languages. Customize your favorites languages. How to translate text: Select required text on any web page and right click to select "Translate Selected. How to translate full page: Right click and select "Translate Full Page"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Translator |
ID | condlopdddofpgcdjfnoepbdkcgckmgb |
URL Chính Thức | https://chromewebstore.google.com/detail/translator/condlopdddofpgcdjfnoepbdkcgckmgb |
Mô tả | Right Click to translate selected text using Google Translate |
Kích Thước Tệp | 22.66 KB |
Số Lần Cài Đặt | 133,761 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-06-26 |
Ngày Phát Hành | 2019-06-25 |
Đánh Giá | 3.91/5 Tổng số 32 Đánh Giá |
Nhà Phát Triển | Jofen |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Translator", "description": "Right Click to translate selected text using Google Translate", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "js\/common.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false, "chrome_style": true }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "activeTab", "contextMenus", "storage" ] } |