WordWeb Dictionary Lookup

One-click lookup with WordWeb (wordweb.info, Windows only)

WordWeb Dictionary Lookup란 무엇입니까?

WordWeb Dictionary Lookup은(는) https://wordweb.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click lookup with WordWeb (wordweb.info, Windows only)"입니다.

확장 프로그램 스크린샷

screenshot

WordWeb Dictionary Lookup 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enables one-click dictionary/thesaurus look up:

 * Ctrl+Right Click on a word on any page to look it up in WordWeb

 * Toolbar icon to open WordWeb with selected text, or look up word at the cursor in a edit box

 * Ctrl+Alt+W to open WordWeb with selected text, or active word in edit box

 * If you are editing text, you can use the Replace button in WordWeb to replace the word with a synonym or corrected spelling

Note that WordWeb or WordWeb Pro  8.1 or higher for Windows must be installed (default option).  WordWeb is available separately from http://wordweb.info, free or Pro versions.                    

확장 프로그램 기본 정보

이름 WordWeb Dictionary Lookup WordWeb Dictionary Lookup
ID ilikenhndcpmliapkmmhoimckaokmihm
공식 URL https://chromewebstore.google.com/detail/wordweb-dictionary-lookup/ilikenhndcpmliapkmmhoimckaokmihm
설명 One-click lookup with WordWeb (wordweb.info, Windows only)
파일 크기 23.55 KB
설치 횟수 47,121
현재 버전 0.0.1.6
최근 업데이트 2017-05-08
출시 날짜 2017-05-08
평점 4.74/5 총 50 개의 평점
개발자 https://wordweb.info
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.wordwebsoftware.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WordWeb Dictionary Lookup",
    "short_name": "WordWeb",
    "version": "0.0.1.6",
    "manifest_version": 2,
    "description": "One-click lookup with WordWeb (wordweb.info, Windows only)",
    "icons": {
        "24": "images\/24.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "author": "WordWeb Software",
    "homepage_url": "http:\/\/wordweb.info\/",
    "browser_action": {
        "default_title": "WordWeb"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "backgroundscript.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "tabs"
    ]
}