DeepL Inside

Use Deepl.com to translate your selection or web page

什麼是DeepL Inside?

DeepL Inside是由http://deepext.com開發的Chrome擴展程式,該擴展的主要功能是“Use Deepl.com to translate your selection or web page”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載DeepL Inside擴展crx文件

下載DeepL Inside擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Deepl Inside use deepl.com translator api to do translation. 
You can use context menu or marker icon to trigger DeepL translation, then show the result in your page top ban, navigate later. Or you can open a side panel to show the page content and translate by one click.

Key Features: 👉
1. Call DeepL translator api to do translation, and PK with Google Translator, up or down the translated result. ✊
2. Use context menu or marker icon to trigger translation, specially in twitter, one click to translate your reading tweet.
3. Show the translation result in reading page.
4. Configure the target language, and other profile.
5. Cloud saving your profile and translation history.
6. Free-styled document translation
7. TTS to speak your selection and translated content 🎧
8. Open a side panel to view the web content and click to translate. 🚀

Last Release 1.13 at May 2022: ✊
Bugfix for TTS.

Deepl care translating , we care reading. 

Have fun! 🏝                    

擴展基本資訊

名稱 DeepL Inside DeepL Inside
ID npoojnfdjhojnpehmonnhckfnealbblf
官方網址 https://chrome.google.com/webstore/detail/deepl-inside/npoojnfdjhojnpehmonnhckfnealbblf
簡介 Use Deepl.com to translate your selection or web page
檔案大小 1.3 MB
安裝次數 9,685
目前版本 1.13.2
更新時間 2022-06-11
上架時間 2019-09-26
評分 3.22/5 共 32 次評分
開發者 http://deepext.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://deepext.com/deepl
說明頁面URL https://deepext.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DeepL Inside",
    "version": "1.13.2",
    "description": "Use Deepl.com to translate your selection or web page",
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "DeepL Inside"
    },
    "content_scripts": [
        {
            "js": [
                "content\/static\/js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "popup\/16.png",
        "48": "popup\/48.png",
        "128": "popup\/128.png"
    },
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "tts",
        "cookies",
        "https:\/\/deepext.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/*.googleapis.com 'unsafe-eval'; object-src 'self'; connect-src https:\/\/deepext.com\/ http:\/\/*.googleapis.com\/ https:\/\/ssl.google-analytics.com\/; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data: https:;"
}