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.

Wat is Instant Search?

Instant Search is een Chrome-extensie ontwikkeld door amilagm, en de belangrijkste functie is "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Instant Search

Download Instant Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Instant Search Instant Search
ID ldelfnbfmfpamgcanbnoonnblifbjihh
Officiële URL https://chromewebstore.google.com/detail/instant-search/ldelfnbfmfpamgcanbnoonnblifbjihh
Beschrijving Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.
Bestandsgrootte 19 KB
Aantal Installaties 434
Huidige Versie 1.0.1.2
Laatst Bijgewerkt 2013-11-23
Publicatiedatum 2013-11-23
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar amilagm
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}