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文件

下載Ninja Lookup Dictionary - (Japanese/English)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}