Google Keyword Highlighter
Highlights Google-matched words in colour
Apa itu Google Keyword Highlighter?
Google Keyword Highlighter adalah ekstensi Chrome yang dikembangkan oleh Old Pike Software, dan fitur utamanya adalah "Highlights Google-matched words in colour".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Keyword Highlighter
Unduh file ekstensi Google Keyword Highlighter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Google Keyword Highlighter |
ID | aocmoogbdjejoimokamdoekglbibpnda |
URL Resmi | https://chromewebstore.google.com/detail/google-keyword-highlighte/aocmoogbdjejoimokamdoekglbibpnda |
Deskripsi | Highlights Google-matched words in colour |
Ukuran File | 46.83 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2024-02-04 |
Tanggal Publikasi | 2021-10-21 |
Pengembang | Old Pike Software |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://oldpike.bxtrom.eu/privacy_policy.html |
Bahasa yang Didukung | 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\/*" ] } ] } |