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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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 } } |