Look^Up

Japanese dictionary and flashcards

什么是Look^Up?

Look^Up是由prestonfrom开发的Chrome扩展程序,该扩展的主要功能是“Japanese dictionary and flashcards”。

扩展截图

screenshot

下载Look^Up扩展crx文件

下载Look^Up扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Look^Up Look^Up
ID ogpcgmfoniphkknlfmgijlkdlfaccklc
官方URL https://chrome.google.com/webstore/detail/lookup/ogpcgmfoniphkknlfmgijlkdlfaccklc
简介 Japanese dictionary and flashcards
文件大小 3.33 MB
安装次数 13
当前版本 0.5.0
更新时间 2016-04-19
上架时间 2016-04-19
评分 3.00/5 共1次评分
开发者 prestonfrom
付费类型 free
支持的语言 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"
    ]
}