Look^Up

Japanese dictionary and flashcards

Look^Up là gì?

Look^Up là một tiện ích mở rộng Chrome được phát triển bởi prestonfrom, và tính năng chính của nó là "Japanese dictionary and flashcards".

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

screenshot

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

Tải xuống các tệp mở rộng Look^Up 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 is a beta version of Look^Up, a dictionary/flashcard extension for English-speakers studying Japanese.
The dictionary uses the same dictionary files as Rikai-kun. The differences are in the presentation and flashcards.
Please share any comments/questions you may have!                    

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

Tên Look^Up Look^Up
ID ogpcgmfoniphkknlfmgijlkdlfaccklc
URL Chính Thức https://chrome.google.com/webstore/detail/lookup/ogpcgmfoniphkknlfmgijlkdlfaccklc
Mô tả Japanese dictionary and flashcards
Kích Thước Tệp 3.33 MB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2016-04-19
Ngày Phát Hành 2016-04-19
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển prestonfrom
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Look^Up",
    "description": "Japanese dictionary and flashcards",
    "version": "0.5.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-bitty.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "view.js"
            ],
            "all_frame": true
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "web_accessible_resources": [
        "corner.png",
        "nolinkTiny.png",
        "linkTiny.png",
        "data\/dict.txt",
        "flashcards.html",
        "popup.html",
        "popup.js"
    ]
}