Lookup Assistant
Lookup highlighted text.
Wat is Lookup Assistant?
Lookup Assistant is een Chrome-extensie ontwikkeld door Ching Chow, en de belangrijkste functie is "Lookup highlighted text.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lookup Assistant
Download Lookup Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Lookup Assistant |
ID | gffkdmepjpippahnkmhellmgoinojhle |
Officiële URL | https://chromewebstore.google.com/detail/lookup-assistant/gffkdmepjpippahnkmhellmgoinojhle |
Beschrijving | Lookup highlighted text. |
Bestandsgrootte | 396 KB |
Aantal Installaties | 48 |
Huidige Versie | 2.1.3 |
Laatst Bijgewerkt | 2018-11-24 |
Publicatiedatum | 2018-11-23 |
Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Ching Chow |
Betalingswijze | free |
Extensiewebsite | https://github.com/chingc/Lookup-Assistant |
Ondersteunde Talen | 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" ] } |