Google Keyword Highlighter
Highlights Google-matched words in colour
Cos'è Google Keyword Highlighter?
Google Keyword Highlighter è un'estensione di Chrome sviluppata da Old Pike Software, e la sua funzione principale è "Highlights Google-matched words in colour".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Keyword Highlighter
Scarica i file di estensione Google Keyword Highlighter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Google Keyword Highlighter |
ID | aocmoogbdjejoimokamdoekglbibpnda |
URL Ufficiale | https://chromewebstore.google.com/detail/google-keyword-highlighte/aocmoogbdjejoimokamdoekglbibpnda |
Descrizione | Highlights Google-matched words in colour |
Dimensione del File | 46.83 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2024-02-04 |
Data di Pubblicazione | 2021-10-21 |
Sviluppatore | Old Pike Software |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://oldpike.bxtrom.eu/privacy_policy.html |
Lingue Supportate | 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\/*" ] } ] } |