Google Keyword Highlighter
Highlights Google-matched words in colour
Co je Google Keyword Highlighter?
Google Keyword Highlighter je rozšíření Chrome vyvinuté Old Pike Software, a jeho hlavní funkcí je „Highlights Google-matched words in colour“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Keyword Highlighter
Stáhněte si soubory rozšíření Google Keyword Highlighter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Google Keyword Highlighter |
ID | aocmoogbdjejoimokamdoekglbibpnda |
Oficiální URL | https://chromewebstore.google.com/detail/google-keyword-highlighte/aocmoogbdjejoimokamdoekglbibpnda |
Popis | Highlights Google-matched words in colour |
Velikost souboru | 46.83 KB |
Počet instalací | 28 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2024-02-04 |
Datum Vydání | 2021-10-21 |
Vývojář | Old Pike Software |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://oldpike.bxtrom.eu/privacy_policy.html |
Podporované Jazyky | 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\/*" ] } ] } |