Google Keyword Highlighter
Highlights Google-matched words in colour
What is Google Keyword Highlighter?
Google Keyword Highlighter is a Chrome extension developed by Old Pike Software, and its main feature is "Highlights Google-matched words in colour".
Extension Screenshots
Download Google Keyword Highlighter Extension CRX File
Download Google Keyword Highlighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Google Keyword Highlighter |
ID | aocmoogbdjejoimokamdoekglbibpnda |
Official URL | https://chromewebstore.google.com/detail/google-keyword-highlighte/aocmoogbdjejoimokamdoekglbibpnda |
Description | Highlights Google-matched words in colour |
File Size | 46.83 KB |
Installation Count | 28 |
Current Version | 1.2 |
Last Updated | 2024-02-04 |
Publish Date | 2021-10-21 |
Developer | Old Pike Software |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://oldpike.bxtrom.eu/privacy_policy.html |
Supported Languages | 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\/*" ] } ] } |