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.

Qu'est-ce que Instant Search ?

Instant Search est une extension Chrome développée par amilagm, et sa fonction principale est "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Instant Search

Téléchargez les fichiers d'extension Instant Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Instant Search Instant Search
ID ldelfnbfmfpamgcanbnoonnblifbjihh
URL Officiel https://chromewebstore.google.com/detail/instant-search/ldelfnbfmfpamgcanbnoonnblifbjihh
Description Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.
Taille du Fichier 19 KB
Nombre d'Installations 434
Version Actuelle 1.0.1.2
Dernière Mise à Jour 2013-11-23
Date de Publication 2013-11-23
Évaluation 5.00/5 Total 9 Évaluations
Développeur amilagm
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}