Highlighter
Make creating ,viewing and managing highlight easier
Highlighter란 무엇입니까?
Highlighter은(는) LeNoob에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make creating ,viewing and managing highlight easier"입니다.
확장 프로그램 스크린샷
Highlighter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HIGHLIGHTER I used to write a lot of essays, and reports when I was in university. I developed Highlighter in order to help me highlight interesting ideas that I came across on the internet. This tool can store those highlights on your local so that you can check them back later. ===================== INSTALLATION + After installing the extension from chrome web store, it is recommended to refresh all the tabs or reopen the browser. ===================== CURRENT FEATURES + Highlight selected text + Change highlight colour + Remove highlight + Bookmark highlighted sites + Bulk remove highlights from the popup + Enable/Disable highlight from the popup
확장 프로그램 기본 정보
이름 | Highlighter |
ID | dinoehnfgoidbfpggkdkofpijennefgf |
공식 URL | https://chromewebstore.google.com/detail/highlighter/dinoehnfgoidbfpggkdkofpijennefgf |
설명 | Make creating ,viewing and managing highlight easier |
파일 크기 | 1.2 MB |
설치 횟수 | 1,847 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2021-07-31 |
출시 날짜 | 2019-01-10 |
평점 | 3.68/5 총 25 개의 평점 |
개발자 | LeNoob |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ilenoob.github.io/highlighter |
도움말 페이지 URL | https://ilenoob.github.io/highlighter |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Highlighter", "short_name": "Highlighter", "description": "Make creating ,viewing and managing highlight easier", "version": "1.0.1", "icons": { "16": "assets\/highlight_16.png", "32": "assets\/highlight_32.png", "64": "assets\/highlight_64.png" }, "action": { "default_title": "Highlighter", "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |