Highlight to Search

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

Co to jest Highlight to Search?

Highlight to Search to rozszerzenie Chrome opracowane przez lironkartz, a jego główną funkcją jest „Press Alt+Shift+Y to search for the selected text on Yahoo.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Highlight to Search

Pobierz pliki rozszerzeń Highlight to Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Highlight to Search Highlight to Search
ID lncokdgmmjicggolpdppfgbjeaikekhn
Oficjalny URL https://chrome.google.com/webstore/detail/highlight-to-search/lncokdgmmjicggolpdppfgbjeaikekhn
Opis Press Alt+Shift+Y to search for the selected text on Yahoo.
Rozmiar pliku 8.71 KB
Liczba instalacji 4,520
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-01-02
Data Publikacji 2014-01-02
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper lironkartz
Typ Płatności free
Obsługiwane Języki 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"
        }
    }
}