Wiktionary Translator

Quickly look up words in wiktionary as you read

Wiktionary Translator란 무엇입니까?

Wiktionary Translator은(는) axolotl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly look up words in wiktionary as you read"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Wiktionary translator is a simple and quick way to translate words on a page. 

Just select a word on your page and press Shift+Ctrl+F to open the translator popup to see the wiktionary results! You can also type words to search directly in the popup.

You can select a different language for wiktionary translator in the Options page.                    

확장 프로그램 기본 정보

이름 Wiktionary Translator Wiktionary Translator
ID ilghalkaapnhooaegoecclkebghfdpjp
공식 URL https://chromewebstore.google.com/detail/wiktionary-translator/ilghalkaapnhooaegoecclkebghfdpjp
설명 Quickly look up words in wiktionary as you read
파일 크기 82.76 KB
설치 횟수 223
현재 버전 1.0.0
최근 업데이트 2015-03-16
출시 날짜 2015-03-16
평점 2.78/5 총 9 개의 평점
개발자 axolotl
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Risto-Stevcev/wiktionary-translator
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiktionary Translator",
    "description": "Quickly look up words in wiktionary as you read",
    "version": "1.0.0",
    "manifest_version": 2,
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/selection.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}