translate to local language

select text and right click it, then you will see the menu

translate to local language là gì?

translate to local language là một tiện ích mở rộng Chrome được phát triển bởi zen, và tính năng chính của nó là "select text and right click it, then you will see the menu".

Ả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 translate to local language

Tải xuống các tệp mở rộng translate to local language 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 text then right click it...no matter what language you use.                    

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

Tên translate to local language translate to local language
ID ioeanppiclmdjkeijlgebjnmbdpkckem
URL Chính Thức https://chromewebstore.google.com/detail/translate-to-local-langua/ioeanppiclmdjkeijlgebjnmbdpkckem
Mô tả select text and right click it, then you will see the menu
Kích Thước Tệp 13.96 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2020-12-06
Ngày Phát Hành 2019-12-18
Nhà Phát Triển zen
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": "translate to local language",
    "description": "select text and right click it, then you will see the menu",
    "version": "0.5",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "google_trans.js"
        ]
    },
    "manifest_version": 2
}