Google Keyword Highlighter

Highlights Google-matched words in colour

Qu'est-ce que Google Keyword Highlighter ?

Google Keyword Highlighter est une extension Chrome développée par Old Pike Software, et sa fonction principale est "Highlights Google-matched words in colour".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Google Keyword Highlighter

Téléchargez les fichiers d'extension Google Keyword Highlighter 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 very simple extension allows the addition of a highlight colour to all the matched words Google finds in the excerpts shown in a search results page (which normally are displayed only in a rather discreet boldface). The highlight colour can be chosen on the extension's Options Page.                    

Informations de Base sur l'Extension

Nom Google Keyword Highlighter Google Keyword Highlighter
ID aocmoogbdjejoimokamdoekglbibpnda
URL Officiel https://chromewebstore.google.com/detail/google-keyword-highlighte/aocmoogbdjejoimokamdoekglbibpnda
Description Highlights Google-matched words in colour
Taille du Fichier 46.83 KB
Nombre d'Installations 28
Version Actuelle 1.2
Dernière Mise à Jour 2024-02-04
Date de Publication 2021-10-21
Développeur Old Pike Software
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://oldpike.bxtrom.eu/privacy_policy.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Keyword Highlighter",
    "version": "1.2",
    "description": "Highlights Google-matched words in colour",
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon_128.png"
            ],
            "matches": [
                "https:\/\/*.google.com\/*"
            ]
        }
    ]
}