Highlight google search result text

Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted

Cos'è Highlight google search result text?

Highlight google search result text è un'estensione di Chrome sviluppata da Zudwa, e la sua funzione principale è "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Highlight google search result text

Scarica i file di estensione Highlight google search result text 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

                                            

Informazioni di Base sull'Estensione

Nome Highlight google search result text Highlight google search result text
ID kafonnappobpdlafifbfbenjabakmihe
URL Ufficiale https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe
Descrizione Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
Dimensione del File 12.97 KB
Conteggio Installazioni 75
Versione Corrente 0.1.3
Ultimo Aggiornamento 2014-04-03
Data di Pubblicazione 2014-04-02
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Zudwa
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight google search result text",
    "description": "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted",
    "version": "0.1.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "google-search.js",
                "search-result.js"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}