HighLight Search

Highlight a word and immediately get its definition!

What is HighLight Search?

HighLight Search is a Chrome extension developed by kkatongo, and its main feature is "Highlight a word and immediately get its definition!".

Extension Screenshots

screenshot
screenshot
screenshot

Download HighLight Search Extension CRX File

Download HighLight Search 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

                        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.                    

Extension Basic Information

Name HighLight Search HighLight Search
ID fjdfnldionchjgjaphkfinfgaegokeaf
Official URL https://chromewebstore.google.com/detail/highlight-search/fjdfnldionchjgjaphkfinfgaegokeaf
Description Highlight a word and immediately get its definition!
File Size 1.11 MB
Installation Count 48
Current Version 0.0.1
Last Updated 2016-06-19
Publish Date 2016-06-18
Developer kkatongo
Payment Type free
Supported Languages 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"
        ]
    }
}