Ninja Lookup Dictionary - (Japanese/English)

A quick dictionary lookup using definitions provided by Jisho.org

Ninja Lookup Dictionary - (Japanese/English) là gì?

Ninja Lookup Dictionary - (Japanese/English) là một tiện ích mở rộng Chrome được phát triển bởi crystalclear506, và tính năng chính của nó là "A quick dictionary lookup using definitions provided by Jisho.org".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ninja Lookup Dictionary - (Japanese/English)

Tải xuống các tệp mở rộng Ninja Lookup Dictionary - (Japanese/English) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ninja Lookup Dictionary - (Japanese/English) Ninja Lookup Dictionary - (Japanese/English)
ID hhhdjdgpbjlheepkjpamlgdglaknelon
URL Chính Thức https://chromewebstore.google.com/detail/ninja-lookup-dictionary-j/hhhdjdgpbjlheepkjpamlgdglaknelon
Mô tả A quick dictionary lookup using definitions provided by Jisho.org
Kích Thước Tệp 420 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-12-23
Ngày Phát Hành 2016-12-22
Nhà Phát Triển crystalclear506
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}