Translate To English...
Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API
Translate To English... là gì?
Translate To English... là một tiện ích mở rộng Chrome được phát triển bởi Brave Location, và tính năng chính của nó là "Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API".
Ả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 To English...
Tải xuống các tệp mở rộng Translate To English... 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
This extension simply adds a context menu to allow you to send the highlighted text to the Microsoft Translator API and get it translated into English. Also note that the source code for this simple application can be found on GitHub at https://github.com/bravelocation/BingTranslateChromeExtension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hogdcbncicoifbkfdofpejkkckgkbjig |
URL Chính Thức | https://chrome.google.com/webstore/detail/translate-to-english/hogdcbncicoifbkfdofpejkkckgkbjig |
Mô tả | Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API |
Kích Thước Tệp | 326 KB |
Số Lần Cài Đặt | 16,252 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2019-01-13 |
Ngày Phát Hành | 2019-01-13 |
Đánh Giá | 3.94/5 Tổng số 68 Đánh Giá |
Nhà Phát Triển | Brave Location |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.bravelocation.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Translate To English...", "description": "Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API", "version": "1.3", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "16": "translate16.png", "48": "translate48.png", "128": "translate128.png" }, "content_security_policy": "script-src 'self' https:\/\/api.microsofttranslator.com; object-src 'self'", "background": { "scripts": [ "translatescript.js" ] } } |