Cambridge Dictionary Lookup
Looks up the selected text on Cambridge Dictionary
什么是Cambridge Dictionary Lookup?
Cambridge Dictionary Lookup是由namnguyenhoai.info开发的Chrome扩展程序,该扩展的主要功能是“Looks up the selected text on Cambridge Dictionary”。
扩展截图
下载Cambridge Dictionary Lookup扩展crx文件
下载Cambridge Dictionary Lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Looks up the selected text on https://dictionary.cambridge.org - Just right-click on the selected text and choose "Cambridge Lookup ..." - Auto close old popup. - Store a history of 15 words you've looked up .
扩展基本信息
名称 | Cambridge Dictionary Lookup |
ID | hhddcfhbobkbccigannkfacjdoebinbm |
官方URL | https://chromewebstore.google.com/detail/cambridge-dictionary-look/hhddcfhbobkbccigannkfacjdoebinbm |
简介 | Looks up the selected text on Cambridge Dictionary |
文件大小 | 42.82 KB |
安装次数 | 23,482 |
当前版本 | 1.1 |
更新时间 | 2019-02-26 |
上架时间 | 2019-02-26 |
评分 | 4.68/5 共50次评分 |
开发者 | namnguyenhoai.info |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://namnguyenhoai.info/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cambridge Dictionary Lookup", "version": "1.1", "description": "Looks up the selected text on Cambridge Dictionary", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus" ] } |