GTransChinese

Extends Google Translate: does MDBG definitions and NCIKU examples lookup, and image/net search for highlighted Chinese phrases

GTransChinese란 무엇입니까?

GTransChinese은(는) Wade Stone에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends Google Translate: does MDBG definitions and NCIKU examples lookup, and image/net search for highlighted Chinese phrases"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Highlight part or all of Chinese text either in the source or result windows of Google translate to get more information and translation to English.  One new section on the page will be created containing breakdowns of the different characters into pinyin phonetics and English from MDBG.  Another section will be created with usage examples containing the phrase from NCIKU.  The highlighted phrase will typically need to be short to get a return from NCIKU.

Another section will be created that is a compilation of several images as result of a google image search on the highlighted Chinese characters.  Click on any of the images and several more images will be delivered at random.

An additional section will be created that is a summary of the top results of a Google web search.

A new text highlight and search can be made at any time, and the previously created sections will be automatically removed and replaced.

Version 3.0 has significant changes from the previous versions.  The primary change is the elimination of pop-ups in favor of integration of the results into the main page.  This was done for style and visibility improvement.

New in 2.0 is a user preferences popup that replaces the selection pane that was continually resident on the Google Translate page.  This uses local storage to configure selections for enabling all the new features; allowing images and image searches; and forcing or disabling safe image searches.

New in 1.7 is an enable selection box in the set of selections introduced in an earlier version.  This enable will disable all of the features offered by GTransChinese if de-selected or enable them if selected.

New in 1.6 is the addition of a Google web search.  This augments the existing Google image search capability and provides the results in a 4th popup.  The web search results will each generally be in Chinese characters, and will be accompanied by a link: "Translate this page".  Clicking that link will result in a new tab being opened on the browser, and the page downloaded and translated into English.  Instructions for the mouse click actions are either given directly on the popups themselves, or in a temporary tooltip hover when the mouse moves over a popup.

New in 1.5 is a set of selections for enabling/disabling image search and display, and for safe image search if image search is enabled.  This is in a small unintrusive pane that stays visible at all times.  This could be moved to a preferences selection later.

New in 1.2 is an image zoom capability when the mouse hovers over one of the 3 images.  The three images are now created smaller in order to save room, and the zoom allows the user to see more detail as needed.

This tool augments the normal Chinese to English translation process, helping those wishing to communicate more effectively or to learn both more broadly and deeply.                    

확장 프로그램 기본 정보

이름 GTransChinese GTransChinese
ID mocmjjmlofbillblkgfbapgcpcgkkcon
공식 URL https://chrome.google.com/webstore/detail/gtranschinese/mocmjjmlofbillblkgfbapgcpcgkkcon
설명 Extends Google Translate: does MDBG definitions and NCIKU examples lookup, and image/net search for highlighted Chinese phrases
파일 크기 18.29 KB
설치 횟수 112
현재 버전 3.0
최근 업데이트 2014-05-25
출시 날짜 2014-05-25
평점 3.25/5 총 4 개의 평점
개발자 Wade Stone
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GTransChinese",
    "version": "3.0",
    "manifest_version": 2,
    "description": "Extends Google Translate: does MDBG definitions and NCIKU examples lookup, and image\/net search for highlighted Chinese phrases",
    "browser_action": {
        "default_icon": "icon2_orig.png",
        "default_popup": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "GTransChinese.js"
            ],
            "matches": [
                "http:\/\/translate.google.com\/*",
                "https:\/\/translate.google.com\/*",
                "http:\/\/translate.google.cn\/*",
                "https:\/\/translate.google.cn\/*",
                "http:\/\/translate.google.com.hk\/*",
                "https:\/\/translate.google.com.hk\/*",
                "http:\/\/www.mdbg.net\/chindict\/*",
                "http:\/\/www.nciku.com\/*",
                "https:\/\/www.google.ca\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.ch\/*",
                "https:\/\/www.google.cn\/*",
                "https:\/\/www.google.com.hk\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}