Translate Panel

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

什么是Translate Panel?

Translate Panel是由rogramko开发的Chrome扩展程序,该扩展的主要功能是“Translate quickly and easily into any language for web pages and PDF.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Translate Panel扩展crx文件

下载Translate Panel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Translate Panel Translate Panel
ID aflonaimcbagfddjbkpbldnpemapkcdk
官方URL https://chromewebstore.google.com/detail/translate-panel/aflonaimcbagfddjbkpbldnpemapkcdk
简介 Translate quickly and easily into any language for web pages and PDF.
文件大小 25.34 KB
安装次数 11
当前版本 1.1
更新时间 2022-08-01
上架时间 2022-06-28
评分 5.00/5 共3次评分
开发者 rogramko
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/rogramko/Translate-Panel
帮助页面URL https://github.com/rogramko/Translate-Panel
支持的语言 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
}