Look-it-up

Adds context menu item that looks up selected text on dictionary sites

Look-it-up란 무엇입니까?

Look-it-up은(는) https://timothytocci.wordpress.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds context menu item that looks up selected text on dictionary sites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Look-it-up 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A simple extension that will look up selected text on a number of different dictionary sites. You have the choice of dictionary.com, merriam-webster.com (dictionary and thesaurus), thefreedictionary.com, thesaurus.com, urbandictionary.com, wikipedia.org, wiktionary.org, and yourdictionary.com to look selected terms up with. There is an options page to enable or disable the different menu items included. 
To view the source code for this extension and many more visit: http://timothytocci.com/                    

확장 프로그램 기본 정보

이름 Look-it-up Look-it-up
ID ipjahghegoomngoikgmnngibghgockhm
공식 URL https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm
설명 Adds context menu item that looks up selected text on dictionary sites
파일 크기 12.31 KB
설치 횟수 274
현재 버전 0.2
최근 업데이트 2014-05-31
출시 날짜 2014-05-31
평점 4.50/5 총 2 개의 평점
개발자 https://timothytocci.wordpress.com
결제 유형 free
확장 프로그램 웹 사이트 http://timothytocci.com/
도움말 페이지 URL http://timothytocci.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Look-it-up",
    "description": "Adds context menu item that looks up selected text on dictionary sites",
    "version": "0.2",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "book16.png",
        "32": "book32.png",
        "48": "book48.png",
        "128": "book128.png"
    },
    "manifest_version": 2
}