Yandex Translate

Installs a context menu item to translate selected text using Yandex Translate service.

Yandex Translate là gì?

Yandex Translate là một tiện ích mở rộng Chrome được phát triển bởi Mikhail Fursov, và tính năng chính của nó là "Installs a context menu item to translate selected text using Yandex Translate service.".

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

screenshot

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

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

                        Select any text on the page, open context menu and click "Translate with Yandex" button.
A new tab will be opened with the selected text translated                    

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

Tên Yandex Translate Yandex Translate
ID icpmbhohkmnbobaibikffolbgmijomjn
URL Chính Thức https://chromewebstore.google.com/detail/yandex-translate/icpmbhohkmnbobaibikffolbgmijomjn
Mô tả Installs a context menu item to translate selected text using Yandex Translate service.
Kích Thước Tệp 13.7 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2021-07-30
Ngày Phát Hành 2016-01-25
Đánh Giá 3.57/5 Tổng số 35 Đánh Giá
Nhà Phát Triển Mikhail Fursov
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mfursov/yandex-translate
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "description": "Installs a context menu item to translate selected text using Yandex Translate service.",
    "background": {
        "page": "background.htm",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "tr_16.png",
        "48": "tr_48.png",
        "128": "tr_128.png"
    },
    "manifest_version": 2,
    "name": "Yandex Translate",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3"
}