DeepL Trancelate

We've made DeepL translation an extension to make it easier to use!

DeepL Trancelate란 무엇입니까?

DeepL Trancelate은(는) cti-tl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We've made DeepL translation an extension to make it easier to use!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

DeepL Trancelate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        選択している文字をDeepLで手軽に翻訳できるように"非公式"ですが拡張機能化しました。

最近こちらの拡張機能のページビューがかなり上昇したようで、恐らくDeepL"公式"拡張機能を検索したつもりでこちらの拡張機能を見つけてしまった方もいらっしゃると思いますのでDeepL"公式"拡張機能のリンクも張っておきます!

https://chrome.google.com/webstore/detail/deepl-translate-beta-vers/cofdbpoegempjloogbagkncekinflcnj?hl=ja

元々DeepL"公式"拡張機能がなかったため、個人の利用目的で作成していましたが、
多数の方にご利用頂けるようになり、公式でも拡張機能が提供されるようになったため、
この"非公式"拡張機能の役目は終えたのかなと感じております!

DeepL翻訳は翻訳精度がとても高く、公式サイトを開いたり、アプリをインストールするより更に手軽に使えると嬉しいと思っていたため、今後は私自身もDeepL"公式"拡張機能を愛用していこうと思っています。

こちらの拡張機能のメンテナンスについてはひっそりと続けていこうと思っておりますので、
ご意見やご要望が御座いましたらレビューやサポートなどでご意見頂けますと嬉しいです。


【バージョン】
ver 1.1.0 翻訳言語の多言語化対応
ver 1.2.0 アクションボタン・ショートカットキーでの翻訳機能追加(言語自動認識)                    

확장 프로그램 기본 정보

이름 DeepL Trancelate DeepL Trancelate
ID alghoachpmoojgnopkdopgbhmdjomcaa
공식 URL https://chrome.google.com/webstore/detail/deepl-trancelate/alghoachpmoojgnopkdopgbhmdjomcaa
설명 We've made DeepL translation an extension to make it easier to use!
파일 크기 42.41 KB
설치 횟수 21,632
현재 버전 1.2.1
최근 업데이트 2022-03-30
출시 날짜 2021-04-07
평점 4.00/5 총 4 개의 평점
개발자 cti-tl
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,nl,es,it,pl,sv,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appname__",
    "version": "1.2.1",
    "description": "__MSG_appdesc__",
    "icons": {
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "__MSG_appname__",
        "default_icon": {
            "32": "icons\/icon_32.png",
            "64": "icons\/icon_64.png",
            "128": "icons\/icon_128.png"
        }
    },
    "background": {
        "service_worker": "event.js"
    },
    "commands": {
        "deepl_open": {
            "suggested_key": {
                "default": "Alt+D",
                "mac": "Alt+D"
            },
            "description": "__MSG_appname__"
        }
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "windows"
    ]
}