Translator

Translate selected text on web page in google translate

Translator là gì?

Translator là một tiện ích mở rộng Chrome được phát triển bởi poqdev, và tính năng chính của nó là "Translate selected text on web page in google translate".

Ả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 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

                        If you are want to translate some text on web page you just can right click on this text and choose "translate" and google translate site will be opened and your phrase will be translated.                    

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

Tên Translator Translator
ID igmlicaoohkobcmkccokekdfidmbhpof
URL Chính Thức https://chromewebstore.google.com/detail/translator/igmlicaoohkobcmkccokekdfidmbhpof
Mô tả Translate selected text on web page in google translate
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 148
Phiên Bản Hiện Tại 0.8.1
Cập Nhật Lần Cuối 2020-05-02
Ngày Phát Hành 2020-05-01
Nhà Phát Triển poqdev
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://poqdev.com/privacity
Ngôn Ngữ Được Hỗ Trợ en,ca,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Translator",
    "description": "Translate selected text on web page in google translate",
    "version": "0.8.1",
    "permissions": [
        "contextMenus",
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "icons\/translate-16.png",
        "32": "icons\/translate-32.png",
        "64": "icons\/translate-64.png",
        "128": "icons\/translate-128.png",
        "256": "icons\/translate-256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "default_locale": "en"
}