One-Click Translate Selection

Simply select some text and translate from context menu

One-Click Translate Selection là gì?

One-Click Translate Selection là một tiện ích mở rộng Chrome được phát triển bởi Christo Tsvetanov, và tính năng chính của nó là "Simply select some text and translate from context menu".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng One-Click Translate Selection

Tải xuống các tệp mở rộng One-Click Translate Selection 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

                        Easy for using, with all the features of Google™ Translation. After installation of the extension, you will see the Options window to make the tuning.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên One-Click Translate Selection One-Click Translate Selection
ID cioclchdhgppnbpapkicbhlhbeldplld
URL Chính Thức https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld
Mô tả Simply select some text and translate from context menu
Kích Thước Tệp 44.61 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 3.02
Cập Nhật Lần Cuối 2022-12-31
Ngày Phát Hành 2015-07-24
Đánh Giá 2.95/5 Tổng số 22 Đánh Giá
Nhà Phát Triển Christo Tsvetanov
Email [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": "One-Click Translate Selection",
    "description": "Simply select some text and translate from context menu",
    "version": "3.02",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}