HighLight Search
Highlight a word and immediately get its definition!
Wat is HighLight Search?
HighLight Search is een Chrome-extensie ontwikkeld door kkatongo, en de belangrijkste functie is "Highlight a word and immediately get its definition!".
Extensie Screenshots
Download het CRX-bestand van de extensie HighLight Search
Download HighLight Search-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
Hold down "D" and highlight a word to get its dictionary definition, hold down "M" and highlight a movie title to get its IMDB summary and hold down "W" and highlight a name or organization to get is Wikipedia summary.
Basisinformatie over de Extensie
Naam | HighLight Search |
ID | fjdfnldionchjgjaphkfinfgaegokeaf |
Officiële URL | https://chromewebstore.google.com/detail/highlight-search/fjdfnldionchjgjaphkfinfgaegokeaf |
Beschrijving | Highlight a word and immediately get its definition! |
Bestandsgrootte | 1.11 MB |
Aantal Installaties | 48 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2016-06-19 |
Publicatiedatum | 2016-06-18 |
Ontwikkelaar | kkatongo |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HighLight Search", "description": "Highlight a word and immediately get its definition!", "version": "0.0.1", "icons": { "128": ".\/images\/logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "styles\/style.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.js", "bower_components\/xml-to-json\/xml.js", "scripts\/onload.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "scripts": [ "scripts\/background.js" ] } } |