Easy Search

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

Cos'è Easy Search?

Easy Search è un'estensione di Chrome sviluppata da woogyboogy73, e la sua funzione principale è "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Easy Search

Scarica i file di estensione Easy 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 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.                    

Informazioni di Base sull'Estensione

Nome Easy Search Easy Search
ID fcdpihjpncikmjengigheocmceffcgoo
URL Ufficiale https://chrome.google.com/webstore/detail/easy-search/fcdpihjpncikmjengigheocmceffcgoo
Descrizione Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
Dimensione del File 11.3 KB
Conteggio Installazioni 6,000
Versione Corrente 0.1
Ultimo Aggiornamento 2014-01-02
Data di Pubblicazione 2014-01-02
Valutazione 1.75/5 Totale 4 Valutazioni
Sviluppatore woogyboogy73
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}