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.
What is Japanese Lookup?
Japanese Lookup is a Chrome extension developed by kikoogay, and its main feature is "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.".
Extension Screenshots
Download Japanese Lookup Extension CRX File
Download Japanese Lookup 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
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.
Extension Basic Information
Name | |
ID | nbhllkgiacahnliofkgimjndkgbhfibf |
Official URL | https://chrome.google.com/webstore/detail/japanese-lookup/nbhllkgiacahnliofkgimjndkgbhfibf |
Description | 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. |
File Size | 12.91 KB |
Installation Count | 262 |
Current Version | 0.83 |
Last Updated | 2015-09-15 |
Publish Date | 2015-09-15 |
Rating | 3.78/5 Total 9 Ratings |
Developer | kikoogay |
Payment Type | free |
Supported Languages | 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" } |