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.

Hvad er Instant Search?

Instant Search er en Chrome-udvidelse udviklet af amilagm, og dens hovedfunktion er "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Instant Search-udvidelses-CRX-fil

Download Instant Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Instant Search Instant Search
ID ldelfnbfmfpamgcanbnoonnblifbjihh
Officiel URL https://chromewebstore.google.com/detail/instant-search/ldelfnbfmfpamgcanbnoonnblifbjihh
Beskrivelse Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.
Filstørrelse 19 KB
Antal Installationer 434
Nuværende Version 1.0.1.2
Senest Opdateret 2013-11-23
Udgivelsesdato 2013-11-23
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler amilagm
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}