Google Keyword Highlighter
Highlights Google-matched words in colour
Google Keyword Highlighterคืออะไร?
Google Keyword Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Old Pike Software และคุณลักษณะหลักของมันคือ "Highlights Google-matched words in colour"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Keyword Highlighter
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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\/*" ] } ] } |