Text translator

Query selected text by using web ditionary

Text translator란 무엇입니까?

Text translator은(는) BH_Lin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Query selected text by using web ditionary"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This tool is for keyword searching by using yahoo dictionary.
We can search the selected keyword on the web page, the tool will open a new tab for end-user and show the search result for this keyword in dictionary.

[How to use]:
1. select a string.
2. right click on the selection.
3. press the item "search in dictionary"

then, you will get the search result.

PS: here is my blog
http://studiobinghuan.blogspot.tw/                    

확장 프로그램 기본 정보

이름 Text translator Text translator
ID eignmijgnjkecbgckmajdhcigmiaphnk
공식 URL https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk
설명 Query selected text by using web ditionary
파일 크기 85.5 KB
설치 횟수 211
현재 버전 1.0.0
최근 업데이트 2012-12-17
출시 날짜 2012-12-17
평점 2.00/5 총 4 개의 평점
개발자 BH_Lin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://studiobinghuan.blogspot.tw/
도움말 페이지 URL https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040
지원되는 언어 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text translator",
    "description": "Query selected text by using web ditionary",
    "version": "1.0.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/Icon-16.png",
        "48": "images\/Icon-48.png",
        "128": "images\/Icon-128.png"
    },
    "manifest_version": 2
}