DeepL Auto Converter

Enables easy DeepL translations

什么是DeepL Auto Converter?

DeepL Auto Converter是由tak215开发的Chrome扩展程序,该扩展的主要功能是“Enables easy DeepL translations”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载DeepL Auto Converter扩展crx文件

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

扩展使用说明

                        Translates foreign text using DeepL. Open sourced at https://github.com/tsuz/deepl-auto-converter                    

扩展基本信息

名称 DeepL Auto Converter DeepL Auto Converter
ID cpgdklpngibppeidaahbnbienjkiojel
官方URL https://chromewebstore.google.com/detail/deepl-auto-converter/cpgdklpngibppeidaahbnbienjkiojel
简介 Enables easy DeepL translations
文件大小 88.84 KB
安装次数 12
当前版本 1.0.0
更新时间 2021-10-26
上架时间 2021-10-25
开发者 tak215
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/tsuz/deepl-auto-converter
帮助页面URL https://github.com/tsuz/deepl-auto-converter#support
支持的语言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DeepL Auto Converter",
    "description": "Enables easy DeepL translations",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon-16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/backgroundPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ]
}