Translate Panel

Translate quickly and easily into any language for web pages and PDF.

Translate Panel là gì?

Translate Panel là một tiện ích mở rộng Chrome được phát triển bởi rogramko, và tính năng chính của nó là "Translate quickly and easily into any language for web pages and PDF.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Translate quickly and easily into the language you want with one click, without having to switch to different tabs.                    

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

Tên Translate Panel Translate Panel
ID aflonaimcbagfddjbkpbldnpemapkcdk
URL Chính Thức https://chromewebstore.google.com/detail/translate-panel/aflonaimcbagfddjbkpbldnpemapkcdk
Mô tả Translate quickly and easily into any language for web pages and PDF.
Kích Thước Tệp 25.34 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-08-01
Ngày Phát Hành 2022-06-28
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển rogramko
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rogramko/Translate-Panel
URL Trang Trợ Giúp https://github.com/rogramko/Translate-Panel
Ngôn Ngữ Được Hỗ Trợ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.1",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "tpBackground.js"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "tpContent.js"
            ]
        }
    ],
    "icons": {
        "48": "48.png",
        "128": "128.png",
        "512": "512.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "128-white.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}