Look^Up
Japanese dictionary and flashcards
What is Look^Up?
Look^Up is a Chrome extension developed by prestonfrom, and its main feature is "Japanese dictionary and flashcards".
Extension Screenshots
Download Look^Up Extension CRX File
Download Look^Up extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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! Extension Basic Information
| Name | |
| ID | ogpcgmfoniphkknlfmgijlkdlfaccklc |
| Official URL | https://chrome.google.com/webstore/detail/lookup/ogpcgmfoniphkknlfmgijlkdlfaccklc |
| Description | Japanese dictionary and flashcards |
| File Size | 3.33 MB |
| Installation Count | 13 |
| Current Version | 0.5.0 |
| Last Updated | 2016-04-19 |
| Publish Date | 2016-04-19 |
| Rating | 3.00/5 Total 1 Ratings |
| Developer | prestonfrom |
| Payment Type | free |
| Supported Languages | 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"
]
} | |