Lookup Assistant
Lookup highlighted text.
What is Lookup Assistant?
Lookup Assistant is a Chrome extension developed by Ching Chow, and its main feature is "Lookup highlighted text.".
Extension Screenshots
Download Lookup Assistant Extension CRX File
Download Lookup Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Lookup Assistant |
ID | gffkdmepjpippahnkmhellmgoinojhle |
Official URL | https://chromewebstore.google.com/detail/lookup-assistant/gffkdmepjpippahnkmhellmgoinojhle |
Description | Lookup highlighted text. |
File Size | 396 KB |
Installation Count | 48 |
Current Version | 2.1.3 |
Last Updated | 2018-11-24 |
Publish Date | 2018-11-23 |
Rating | 4.50/5 Total 4 Ratings |
Developer | Ching Chow |
Payment Type | free |
Extension Website | https://github.com/chingc/Lookup-Assistant |
Supported Languages | 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" ] } |