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.
什么是Japanese Lookup?
Japanese Lookup是由kikoogay开发的Chrome扩展程序,该扩展的主要功能是“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.”。
扩展截图
下载Japanese Lookup扩展crx文件
下载Japanese Lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | nbhllkgiacahnliofkgimjndkgbhfibf |
官方URL | https://chrome.google.com/webstore/detail/japanese-lookup/nbhllkgiacahnliofkgimjndkgbhfibf |
简介 | 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. |
文件大小 | 12.91 KB |
安装次数 | 262 |
当前版本 | 0.83 |
更新时间 | 2015-09-15 |
上架时间 | 2015-09-15 |
评分 | 3.78/5 共9次评分 |
开发者 | kikoogay |
付费类型 | free |
支持的语言 | 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" } |