Ninja Lookup Dictionary - (Japanese/English)

A quick dictionary lookup using definitions provided by Jisho.org

Ninja Lookup Dictionary - (Japanese/English)란 무엇입니까?

Ninja Lookup Dictionary - (Japanese/English)은(는) crystalclear506에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A quick dictionary lookup using definitions provided by Jisho.org"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Ninja Lookup Dictionary - (Japanese/English) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This chrome extension allows you to quickly lookup the definition of any Japanese words directly from any webpage or looking up any English word's definition in Japanese. The definition of each word will be shown inside a small window alongside your current webpage so you can conveniently switch back into reading the content without having to open another tab or open another application to access dictionary. This extension uses Jisho.org's definition data via its public API                    

확장 프로그램 기본 정보

이름 Ninja Lookup Dictionary - (Japanese/English) Ninja Lookup Dictionary - (Japanese/English)
ID hhhdjdgpbjlheepkjpamlgdglaknelon
공식 URL https://chromewebstore.google.com/detail/ninja-lookup-dictionary-j/hhhdjdgpbjlheepkjpamlgdglaknelon
설명 A quick dictionary lookup using definitions provided by Jisho.org
파일 크기 420 KB
설치 횟수 16
현재 버전 1.2
최근 업데이트 2016-12-23
출시 날짜 2016-12-22
개발자 crystalclear506
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ninja Lookup Dictionary - (Japanese\/English)",
    "description": "A quick dictionary lookup using definitions provided by Jisho.org",
    "version": "1.2",
    "background": {
        "scripts": [
            "jquery-ui-1.12.1\/external\/jquery\/jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "jquery-ui-1.12.1\/jquery-ui.css",
                "styling.css"
            ],
            "js": [
                "jquery-ui-1.12.1\/external\/jquery\/jquery.js",
                "jquery-ui-1.12.1\/jquery-ui.js",
                "dictView.js"
            ]
        }
    ],
    "permissions": [
        "webNavigation",
        "*:\/\/*\/*",
        "http:\/\/www.youtube.com\/",
        "contextMenus",
        "storage"
    ],
    "web_accessible_resources": [
        "\/jquery-ui-1.12.1\/images\/*.png",
        "\/dictWindow.html",
        "\/jquery-ui-1.12.1\/jquery-ui.css",
        "\/styling.css",
        "print_16x16.png",
        "print_48x48.png",
        "print_128x128.png"
    ],
    "browser_action": {
        "default_title": "Private_Ninja",
        "default_icon": "print_16x16.png"
    },
    "icons": {
        "16": "print_16x16.png",
        "48": "print_48x48.png",
        "128": "print_128x128.png"
    },
    "manifest_version": 2
}