Keywords Highlighter
This extension is created to highlight multiple keywords on a webpage. It's probably the best keywords highlighter you could find…
什麼是Keywords Highlighter?
Keywords Highlighter是由Tim Zhuang開發的Chrome擴展程式,該擴展的主要功能是“This extension is created to highlight multiple keywords on a webpage. It's probably the best keywords highlighter you could find…”。
擴展截圖
下載Keywords Highlighter擴展crx文件
下載Keywords Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is created to highlight multiple keywords on a webpage. It's probably the best keywords highlighter you could find for Google extension. Guidance: 1. Create a project first. 2. Create data points. 3. Assign multiple keywords to each data point. If it's a large webpage (larger than 1M), the highlighter may not load automatically. Please press the ("\") to trigger the highlighter. If the highlighter makes the webpage messy, press ("pause break") to remove all the highlights. The pause key is near the print screen key and scroll key, If you press key (`), it will navigate you to the first highlighted keywords. Press again, it scrolls down to the next match. Hope you enjoy it. Feel free to feedback me if you have any question.
擴展基本資訊
名稱 | |
ID | jkjhjjhcjcldlfmpmjmhieiioeooicol |
官方網址 | https://chrome.google.com/webstore/detail/keywords-highlighter/jkjhjjhcjcldlfmpmjmhieiioeooicol |
簡介 | This extension is created to highlight multiple keywords on a webpage. It's probably the best keywords highlighter you could find… |
檔案大小 | 1.39 MB |
安裝次數 | 246 |
目前版本 | 1.54.6 |
更新時間 | 2017-03-07 |
上架時間 | 2017-03-07 |
評分 | 2.25/5 共 4 次評分 |
開發者 | Tim Zhuang |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keywords Highlighter", "version": "1.54.6", "author": "Tim Zhuang", "permissions": [ "tabs", "storage" ], "browser_action": { "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "h.css" ], "js": [ "\/js\/jquery-2.1.1.js", "highlight.js", "\/mark\/jquery.mark.es6.min.js" ], "run_at": "document_end" } ], "options_ui": { "page": "options.html", "chrome_style": false } } |