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