Click Translator

One click translate on web page. Select a text and click the 'Translator' icon

Click Translator là gì?

Click Translator là một tiện ích mở rộng Chrome được phát triển bởi Click Translator, và tính năng chính của nó là "One click translate on web page. Select a text and click the 'Translator' icon".

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

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

                        Overlay translate provides translation with a single click. Click on the icon near the selected text and get a translation within 1 second.
Features:
✰ One-click translation on any page
✰ Set the translation language from the popup
! You should select the translation language in the extension's popup.                    

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

Tên Click Translator Click Translator
ID pmlpcplomjofbnlcihpacmcaahellokg
URL Chính Thức https://chromewebstore.google.com/detail/click-translator/pmlpcplomjofbnlcihpacmcaahellokg
Mô tả One click translate on web page. Select a text and click the 'Translator' icon
Kích Thước Tệp 246 KB
Số Lần Cài Đặt 3,721,201
Phiên Bản Hiện Tại 0.3.9
Cập Nhật Lần Cuối 2023-12-15
Ngày Phát Hành 2022-09-19
Đánh Giá 4.22/5 Tổng số 59 Đánh Giá
Nhà Phát Triển Click Translator
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1u34bxOkebBrVl3lrXhFiqCzTFmQPIfnea8oGZF9ezuE/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "__MSG_extName__",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "300": "icons\/icon-300.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "translator",
                "enabled": true,
                "path": "rules\/translator.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.3.9"
}