Yandex Translate

Installs a context menu item to translate selected text using Yandex Translate service.

Yandex Translate란 무엇입니까?

Yandex Translate은(는) Mikhail Fursov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Installs a context menu item to translate selected text using Yandex Translate service."입니다.

확장 프로그램 스크린샷

screenshot

Yandex Translate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Select any text on the page, open context menu and click "Translate with Yandex" button.
A new tab will be opened with the selected text translated                    

확장 프로그램 기본 정보

이름 Yandex Translate Yandex Translate
ID icpmbhohkmnbobaibikffolbgmijomjn
공식 URL https://chromewebstore.google.com/detail/yandex-translate/icpmbhohkmnbobaibikffolbgmijomjn
설명 Installs a context menu item to translate selected text using Yandex Translate service.
파일 크기 13.7 KB
설치 횟수 10,000
현재 버전 1.1.3
최근 업데이트 2021-07-30
출시 날짜 2016-01-25
평점 3.57/5 총 35 개의 평점
개발자 Mikhail Fursov
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mfursov/yandex-translate
지원되는 언어 en
manifest.json
{
    "description": "Installs a context menu item to translate selected text using Yandex Translate service.",
    "background": {
        "page": "background.htm",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "tr_16.png",
        "48": "tr_48.png",
        "128": "tr_128.png"
    },
    "manifest_version": 2,
    "name": "Yandex Translate",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3"
}