Zaqwes Translate

The simplest intext translator (Google Translate). Just select peace of text and open context menu.

Zaqwes Translate란 무엇입니까?

Zaqwes Translate은(는) vda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The simplest intext translator (Google Translate). Just select peace of text and open context menu."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The simplest intext translator. Just select peace of text and open context menu.

You can customize translated text color, your native and learning language in a extension config page.

Changes

v 0.3.3:
 - added "remove translation" button                    

확장 프로그램 기본 정보

이름 Zaqwes Translate Zaqwes Translate
ID egebhoednokcgohihigbkojpfgofdhak
공식 URL https://chrome.google.com/webstore/detail/zaqwes-translate/egebhoednokcgohihigbkojpfgofdhak
설명 The simplest intext translator (Google Translate). Just select peace of text and open context menu.
파일 크기 39.56 KB
설치 횟수 14
현재 버전 0.3.3
최근 업데이트 2014-08-15
출시 날짜 2014-08-15
평점 5.00/5 총 3 개의 평점
개발자 vda
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zaqwes Translate",
    "description": "The simplest intext translator (Google Translate). Just select peace of text and open context menu.",
    "version": "0.3.3",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "38": "icon_38.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/*\/*.jpg",
                "http:\/\/*\/*.png"
            ],
            "js": [
                "zaqwes-translate-pageScript.js"
            ]
        }
    ],
    "manifest_version": 2
}