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
官方網址 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"
            ]
        }
    ]
}