Naver Dictionary
Simple Korean-English dictionary
什么是Naver Dictionary?
Naver Dictionary是由https://smoon.me开发的Chrome扩展程序,该扩展的主要功能是“Simple Korean-English dictionary”。
扩展截图
下载Naver Dictionary扩展crx文件
下载Naver Dictionary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A fast and lightweight Korean-English Dictionary. 扩展基本信息
| 名称 | |
| ID | iebgplehjilbpnjpgoppolpicfledbme |
| 官方URL | https://chromewebstore.google.com/detail/naver-dictionary/iebgplehjilbpnjpgoppolpicfledbme |
| 简介 | Simple Korean-English dictionary |
| 文件大小 | 30.19 KB |
| 安装次数 | 454 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2023-11-02 |
| 上架时间 | 2018-08-24 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://smoon.me |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"description": "Simple Korean-English dictionary",
"name": "Naver Dictionary",
"version": "1.0.1",
"action": {
"default_popup": "index.html",
"default_icon": "icon128.png"
},
"host_permissions": [
"https:\/\/*.naver.com\/"
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"author": "[email protected]"
} | |