Lookup Assistant
Lookup highlighted text.
什么是Lookup Assistant?
Lookup Assistant是由Ching Chow开发的Chrome扩展程序,该扩展的主要功能是“Lookup highlighted text.”。
扩展截图
下载Lookup Assistant扩展crx文件
下载Lookup Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Lookup Assistant enables a user to perform search and other operations on highlighted text via right-click. * Simple and unobtrusive user interface. * User customizable menus.
扩展基本信息
名称 | Lookup Assistant |
ID | gffkdmepjpippahnkmhellmgoinojhle |
官方URL | https://chromewebstore.google.com/detail/lookup-assistant/gffkdmepjpippahnkmhellmgoinojhle |
简介 | Lookup highlighted text. |
文件大小 | 396 KB |
安装次数 | 48 |
当前版本 | 2.1.3 |
更新时间 | 2018-11-24 |
上架时间 | 2018-11-23 |
评分 | 4.50/5 共4次评分 |
开发者 | Ching Chow |
付费类型 | free |
扩展官网 | https://github.com/chingc/Lookup-Assistant |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lookup Assistant", "version": "2.1.3", "description": "Lookup highlighted text.", "icons": { "128": "assets\/icon_128.png", "48": "assets\/icon_48.png", "16": "assets\/icon_16.png" }, "background": { "scripts": [ "scripts.js" ] }, "options_page": "options.html", "permissions": [ "contextMenus" ] } |