Easy Search

Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.

Co to jest Easy Search?

Easy Search to rozszerzenie Chrome opracowane przez woogyboogy73, a jego główną funkcją jest „Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Easy Search

Pobierz pliki rozszerzeń Easy 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 quicky search on the Google search engine the current highlighted text. Simply press the key combination (Ctrl+Shift+S) to search the selected text on Google.                    

Podstawowe informacje o rozszerzeniu

Nazwa Easy Search Easy Search
ID fcdpihjpncikmjengigheocmceffcgoo
Oficjalny URL https://chrome.google.com/webstore/detail/easy-search/fcdpihjpncikmjengigheocmceffcgoo
Opis Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
Rozmiar pliku 11.3 KB
Liczba instalacji 6,000
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-01-02
Data Publikacji 2014-01-02
Ocena 1.75/5 Łącznie 4 Oceny
Deweloper woogyboogy73
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Search",
    "description": "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.",
    "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": {
        "google-search": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Google search selected text"
        }
    }
}