Highlight to Search

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

Cos'è Highlight to Search?

Highlight to Search è un'estensione di Chrome sviluppata da lironkartz, e la sua funzione principale è "Press Alt+Shift+Y to search for the selected text on Yahoo.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Highlight to Search

Scarica i file di estensione Highlight to Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Highlight to Search Highlight to Search
ID lncokdgmmjicggolpdppfgbjeaikekhn
URL Ufficiale https://chrome.google.com/webstore/detail/highlight-to-search/lncokdgmmjicggolpdppfgbjeaikekhn
Descrizione Press Alt+Shift+Y to search for the selected text on Yahoo.
Dimensione del File 8.71 KB
Conteggio Installazioni 4,520
Versione Corrente 0.1
Ultimo Aggiornamento 2014-01-02
Data di Pubblicazione 2014-01-02
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore lironkartz
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}