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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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:;"
}