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

Wat is Highlight google search result text?

Highlight google search result text is een Chrome-extensie ontwikkeld door Zudwa, en de belangrijkste functie is "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Highlight google search result text

Download Highlight google search result text-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

                                            

Basisinformatie over de Extensie

Naam Highlight google search result text Highlight google search result text
ID kafonnappobpdlafifbfbenjabakmihe
Officiële URL https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe
Beschrijving Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
Bestandsgrootte 12.97 KB
Aantal Installaties 75
Huidige Versie 0.1.3
Laatst Bijgewerkt 2014-04-03
Publicatiedatum 2014-04-02
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Zudwa
Betalingswijze free
Ondersteunde Talen 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"
    ]
}