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

Qu'est-ce que Highlight google search result text ?

Highlight google search result text est une extension Chrome développée par Zudwa, et sa fonction principale est "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Highlight google search result text

Téléchargez les fichiers d'extension Highlight google search result text 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

                                            

Informations de Base sur l'Extension

Nom Highlight google search result text Highlight google search result text
ID kafonnappobpdlafifbfbenjabakmihe
URL Officiel https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe
Description Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
Taille du Fichier 12.97 KB
Nombre d'Installations 75
Version Actuelle 0.1.3
Dernière Mise à Jour 2014-04-03
Date de Publication 2014-04-02
Évaluation 3.00/5 Total 2 Évaluations
Développeur Zudwa
Type de Paiement free
Langues Prises en Charge 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"
    ]
}