Ludwig Dictionary
Find your sentence and clarify your doubts in English
什么是Ludwig Dictionary?
Ludwig Dictionary是由Quy Nguyen开发的Chrome扩展程序,该扩展的主要功能是“Find your sentence and clarify your doubts in English”。
扩展截图
下载Ludwig Dictionary扩展crx文件
下载Ludwig Dictionary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Clarify your doubts in English
- Get translation in context
- Compare your sentences
- Learn and get inspires 扩展基本信息
| 名称 | |
| ID | opejkjehcoahdkeemeamadblglgabknf |
| 官方URL | https://chromewebstore.google.com/detail/ludwig-dictionary/opejkjehcoahdkeemeamadblglgabknf |
| 简介 | Find your sentence and clarify your doubts in English |
| 文件大小 | 4.03 KB |
| 安装次数 | 974 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-01-11 |
| 上架时间 | 2018-01-11 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Quy Nguyen |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ludwig Dictionary",
"version": "1.0",
"manifest_version": 2,
"description": "Find your sentence and clarify your doubts in English",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"ludwig.js"
]
},
"permissions": [
"activeTab",
"contextMenus"
],
"author": [
{
"name": "Quy Nguyen",
"email": "[email protected]"
}
]
} | |