Japanese Lookup

Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful.

Japanese Lookup là gì?

Japanese Lookup là một tiện ích mở rộng Chrome được phát triển bởi kikoogay, và tính năng chính của nó là "Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Japanese Lookup

Tải xuống các tệp mở rộng Japanese Lookup 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

                        Adds an option in the contextual menu to look up a kanji or a compound word in Japanese.

It's horrible, it could almost be useful.                    

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

Tên Japanese Lookup Japanese Lookup
ID nbhllkgiacahnliofkgimjndkgbhfibf
URL Chính Thức https://chrome.google.com/webstore/detail/japanese-lookup/nbhllkgiacahnliofkgimjndkgbhfibf
Mô tả Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful.
Kích Thước Tệp 12.91 KB
Số Lần Cài Đặt 262
Phiên Bản Hiện Tại 0.83
Cập Nhật Lần Cuối 2015-09-15
Ngày Phát Hành 2015-09-15
Đánh Giá 3.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển kikoogay
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "realdeal.js"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "name": "Japanese Lookup",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "0.83"
}