google-search-highlight

This is an extension that highlights Google's search word.

Qu'est-ce que google-search-highlight ?

google-search-highlight est une extension Chrome développée par morix1500, et sa fonction principale est "This is an extension that highlights Google's search word.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension google-search-highlight

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

                        This extension highlights words searched by Google on other pages.
It corresponds to the following functions.
・Change color of highlight
・Exact match search
・Disable highlight

The target Google domain is as follows.
・www.google.com
・www.google.co.jp                    

Informations de Base sur l'Extension

Nom google-search-highlight google-search-highlight
ID flaaojfnmmijincblkoigagflgogiego
URL Officiel https://chrome.google.com/webstore/detail/google-search-highlight/flaaojfnmmijincblkoigagflgogiego
Description This is an extension that highlights Google's search word.
Taille du Fichier 42.2 KB
Nombre d'Installations 257
Version Actuelle 0.3
Dernière Mise à Jour 2018-09-17
Date de Publication 2018-09-17
Évaluation 4.00/5 Total 3 Évaluations
Développeur morix1500
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "google-search-highlight",
    "description": "This is an extension that highlights Google's search word.",
    "version": "0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "jquery.highlight-5.js",
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}