The Easy Translator

The very easy in use translator.

The Easy Translator란 무엇입니까?

The Easy Translator은(는) Sergey Vasilyev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The very easy in use translator."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

The Easy Translator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Easy Translator is very easy in use translator from any language supported by the Google Translator to your language.
On the options page you can choose either autodetect or particular language from which you would like a selected on a page word or text be translated and select the language to which to translate.

Just select a text -> right click -> Translate...
or
Select a text -> press keyboard shortcut (Ctrl+Shift+E, configurable)

Enjoy the Easy Translator!                    

확장 프로그램 기본 정보

이름 The Easy Translator The Easy Translator
ID ambcfpifajmjgfdaafnjdollbfemaeeg
공식 URL https://chromewebstore.google.com/detail/the-easy-translator/ambcfpifajmjgfdaafnjdollbfemaeeg
설명 The very easy in use translator.
파일 크기 11.81 KB
설치 횟수 10,000
현재 버전 0.7.0.0
최근 업데이트 2024-03-04
출시 날짜 2016-04-21
평점 4.34/5 총 136 개의 평점
개발자 Sergey Vasilyev
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.7.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128_v4.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "script.js",
        "type": "module"
    },
    "commands": {
        "translate": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "__MSG_extShortcutDescription__"
        }
    },
    "permissions": [
        "contextMenus",
        "system.display",
        "storage",
        "scripting",
        "activeTab"
    ]
}