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

Hvad er Highlight google search result text?

Highlight google search result text er en Chrome-udvidelse udviklet af Zudwa, og dens hovedfunktion er "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Highlight google search result text-udvidelses-CRX-fil

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

                                            

Grundlæggende oplysninger om udvidelsen

Navn Highlight google search result text Highlight google search result text
ID kafonnappobpdlafifbfbenjabakmihe
Officiel URL https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe
Beskrivelse Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
Filstørrelse 12.97 KB
Antal Installationer 75
Nuværende Version 0.1.3
Senest Opdateret 2014-04-03
Udgivelsesdato 2014-04-02
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler Zudwa
Betalingsmetode free
Understøttede Sprog 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"
    ]
}