gdict

An English word translator based on google translator by mouse hover

gdict란 무엇입니까?

gdict은(는) gdict에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An English word translator based on google translator by mouse hover"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Popup translation by mouse hover.

gdict is the most easy-to-use translation tool for chrome: English word will be translated to selected destination language by mouse hover. 

The translation is got from Google translator. The destination languages include: Arabic, Chinese(Simplified), Chinese(Traditional), Dutch, French, German, Greek, Indonesian, Irish, Italian, Japanese, Korean, Latin, Malay, Norwegian, Polish, Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian, Vietnamese.

User can also click speaker to listen the pronunciation the word. The speech is provided by chrome embedded TTS engine.                    

확장 프로그램 기본 정보

이름 gdict gdict
ID jadfcfoidaelkpmjbngnheppkkcingnb
공식 URL https://chrome.google.com/webstore/detail/gdict/jadfcfoidaelkpmjbngnheppkkcingnb
설명 An English word translator based on google translator by mouse hover
파일 크기 40.56 KB
설치 횟수 123
현재 버전 0.7
최근 업데이트 2014-05-07
출시 날짜 2014-05-07
평점 4.50/5 총 2 개의 평점
개발자 gdict
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gdict",
    "version": "0.7",
    "description": "An English word translator based on google translator by mouse hover",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "popup.css"
            ],
            "all_frames": true,
            "js": [
                "monitor.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "back.js"
        ],
        "persistent": false
    },
    "minimum_chrome_version": "14",
    "icons": {
        "16": "images\/gdict16.png",
        "48": "images\/gdict48.png",
        "128": "images\/gdict128.png"
    },
    "permissions": [
        "storage",
        "",
        "tts"
    ]
}