YaTranslate

Quick translator based on Yandex API. Just double click on word you need to translate!

YaTranslate란 무엇입니까?

YaTranslate은(는) https://mkuzmich.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick translator based on Yandex API. Just double click on word you need to translate!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        SORRY, TEMPORARILY DOES NOT WORK PROPERLY

This extension you can use to quickly translate word or few of them, while reading text or browsing web-pages. 
So you dont need to waste your time, going to translator.                    

확장 프로그램 기본 정보

이름 YaTranslate YaTranslate
ID mipiaidhdjhimdolljpkcgbmpfincccf
공식 URL https://chromewebstore.google.com/detail/yatranslate/mipiaidhdjhimdolljpkcgbmpfincccf
설명 Quick translator based on Yandex API. Just double click on word you need to translate!
파일 크기 48.71 KB
설치 횟수 147
현재 버전 1.0.0
최근 업데이트 2018-01-25
출시 날짜 2018-01-24
평점 3.40/5 총 5 개의 평점
개발자 https://mkuzmich.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YaTranslate",
    "version": "1.0.0",
    "description": "Quick translator based on Yandex API. Just double click on word you need to translate!",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "author": "http:\/\/mkuzmich.com",
    "icons": {
        "16": "img\/16.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ]
}