Google Keyword Highlighter
Highlights Google-matched words in colour
什麼是Google Keyword Highlighter?
Google Keyword Highlighter是由Old Pike Software開發的Chrome擴展程式,該擴展的主要功能是“Highlights Google-matched words in colour”。
擴展截圖
下載Google Keyword Highlighter擴展crx文件
下載Google Keyword Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Google Keyword Highlighter |
ID | aocmoogbdjejoimokamdoekglbibpnda |
官方網址 | https://chromewebstore.google.com/detail/google-keyword-highlighte/aocmoogbdjejoimokamdoekglbibpnda |
簡介 | Highlights Google-matched words in colour |
檔案大小 | 46.83 KB |
安裝次數 | 28 |
目前版本 | 1.2 |
更新時間 | 2024-02-04 |
上架時間 | 2021-10-21 |
開發者 | Old Pike Software |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://oldpike.bxtrom.eu/privacy_policy.html |
支援的語言 | 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\/*" ] } ] } |