My translator

My translator - In-context translator tool. Select and click - get translation

My translator là gì?

My translator là một tiện ích mở rộng Chrome được phát triển bởi Tracy Cooper, và tính năng chính của nó là "My translator - In-context translator tool. Select and click - get translation".

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

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

                        My Translator is a translator tool from one language to another. You don’t have to leave the page to get a translation - we show the translation tool INLINE.

Features:
⭐ Inline translator tool 
⭐ Select the default language (Change in the popup)
⭐ Run translator in the popup                    

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

Tên My translator My translator
ID chlmfnfjlieaejfpcgjkkillpnllmiai
URL Chính Thức https://chrome.google.com/webstore/detail/my-translator/chlmfnfjlieaejfpcgjkkillpnllmiai
Mô tả My translator - In-context translator tool. Select and click - get translation
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 500,000
Phiên Bản Hiện Tại 0.13.3
Cập Nhật Lần Cuối 2020-11-18
Ngày Phát Hành 2020-11-03
Đánh Giá 4.07/5 Tổng số 28 Đánh Giá
Nhà Phát Triển Tracy Cooper
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://1drv.ms/w/s!AlgAs--DbB1qgRMFAmL11amd8Bbt?e=nkqvOv
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "inject\/inject.css"
            ],
            "js": [
                "jquery.js",
                "inject\/inject.js"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "web_accessible_resources": [
        "icons\/*"
    ],
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/*.googleapis.com; object-src 'self'",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "version": "0.13.3"
}