Google Keyword Highlighter
Highlights Google-matched words in colour
Wat is Google Keyword Highlighter?
Google Keyword Highlighter is een Chrome-extensie ontwikkeld door Old Pike Software, en de belangrijkste functie is "Highlights Google-matched words in colour".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Keyword Highlighter
Download Google Keyword Highlighter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Google Keyword Highlighter |
ID | aocmoogbdjejoimokamdoekglbibpnda |
Officiële URL | https://chromewebstore.google.com/detail/google-keyword-highlighte/aocmoogbdjejoimokamdoekglbibpnda |
Beschrijving | Highlights Google-matched words in colour |
Bestandsgrootte | 46.83 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2024-02-04 |
Publicatiedatum | 2021-10-21 |
Ontwikkelaar | Old Pike Software |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://oldpike.bxtrom.eu/privacy_policy.html |
Ondersteunde Talen | 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\/*" ] } ] } |