Instant Search

Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.

Cos'è Instant Search?

Instant Search è un'estensione di Chrome sviluppata da amilagm, e la sua funzione principale è "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Instant Search

Scarica i file di estensione Instant 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 extension lets you run an instant google search from the current page you are viewing.

Just highlight the text that you want to search and click the search icon shown next to the highlighted text. 
Then A popup window will appear with the google search results. 

Your comments are always welcome.                    

Informazioni di Base sull'Estensione

Nome Instant Search Instant Search
ID ldelfnbfmfpamgcanbnoonnblifbjihh
URL Ufficiale https://chromewebstore.google.com/detail/instant-search/ldelfnbfmfpamgcanbnoonnblifbjihh
Descrizione Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.
Dimensione del File 19 KB
Conteggio Installazioni 434
Versione Corrente 1.0.1.2
Ultimo Aggiornamento 2013-11-23
Data di Pubblicazione 2013-11-23
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore amilagm
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Search",
    "version": "1.0.1.2",
    "description": "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "searchup.css"
            ],
            "js": [
                "searchup.js"
            ]
        }
    ]
}