Highlight to Search

Press Alt+Shift+Y to search for the selected text on Yahoo.

What is Highlight to Search?

Highlight to Search is a Chrome extension developed by lironkartz, and its main feature is "Press Alt+Shift+Y to search for the selected text on Yahoo.".

Extension Screenshots

screenshot

Download Highlight to Search Extension CRX File

Download Highlight to 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

                        This nifty extensions helps you quickly search on the Yahoo search engine the current highlighted text. 

All you need to do is press the Alt+Shift+Y key combination to search the selected text on Yahoo.                    

Extension Basic Information

Name Highlight to Search Highlight to Search
ID lncokdgmmjicggolpdppfgbjeaikekhn
Official URL https://chrome.google.com/webstore/detail/highlight-to-search/lncokdgmmjicggolpdppfgbjeaikekhn
Description Press Alt+Shift+Y to search for the selected text on Yahoo.
File Size 8.71 KB
Installation Count 4,520
Current Version 0.1
Last Updated 2014-01-02
Publish Date 2014-01-02
Rating 3.00/5 Total 2 Ratings
Developer lironkartz
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlight to Search",
    "description": "Press Alt+Shift+Y to search for the selected text on Yahoo.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "yahoo-search": {
            "suggested_key": {
                "default": "Alt+Shift+Y"
            },
            "description": "Yahoo search selected text"
        }
    }
}