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

Co je Highlight google search result text?

Highlight google search result text je rozšíření Chrome vyvinuté Zudwa, a jeho hlavní funkcí je „Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Highlight google search result text

Stáhněte si soubory rozšíření Highlight google search result text ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Highlight google search result text Highlight google search result text
ID kafonnappobpdlafifbfbenjabakmihe
Oficiální URL https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe
Popis Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
Velikost souboru 12.97 KB
Počet instalací 75
Aktuální Verze 0.1.3
Poslední Aktualizace 2014-04-03
Datum Vydání 2014-04-02
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Zudwa
Typ Platby free
Podporované Jazyky 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"
    ]
}