Contextual translator
Select the text and click the right button to translate.
Contextual translator là gì?
Contextual translator là một tiện ích mở rộng Chrome được phát triển bởi https://n10.dev, và tính năng chính của nó là "Select the text and click the right button to 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 Contextual translator
Tải xuống các tệp mở rộng Contextual 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
Impossible easier: - Select the text you want to translate. - Press the right mouse button. - You will get the translation in seconds. Context menu translator is a free software project. You can find the source code at: - https://github.com/edgarmiro/traductor-menu-contextual
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Contextual translator |
ID | lonkkphbooogeflneiinlchdpbjmipbn |
URL Chính Thức | https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn |
Mô tả | Select the text and click the right button to translate. |
Kích Thước Tệp | 41.25 KB |
Số Lần Cài Đặt | 5,093 |
Phiên Bản Hiện Tại | 4.0 |
Cập Nhật Lần Cuối | 2023-12-18 |
Ngày Phát Hành | 2020-03-21 |
Đánh Giá | 3.83/5 Tổng số 54 Đánh Giá |
Nhà Phát Triển | https://n10.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://n10.dev |
Ngôn Ngữ Được Hỗ Trợ | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "4.0", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "author": "Edgar Mir\u00f3", "homepage_url": "https:\/\/www.n10.dev", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "contextMenus" ], "offline_enabled": false, "options_page": "options.html", "background": { "service_worker": "background.js" } } |