highlighter
Highlighter 4.0.4
간단한 마우스 오른쪽 버튼 클릭(또는 키보드 단축키 Ctrl+Shfit+H)으로 웹페이지의 텍스트를 강조 표시할 수 있는 간단한 크롬 확장 프로그램입니다. 웹페이지를 다시 열 때 다시 강조표시할 수 있도록 모든 강조표시를 저장합니다!
크롬 웹 스토어에서 다운로드 가능합니다.
Node.js와 gh
cli가 설치되고 인증되어야 합니다. 그런 다음 다음을 실행합니다.
npm install
마지막으로 자신의 Google Analytics 계정 ID를 입력해야 합니다. 하나는 프로덕션용이고 다른 하나는 테스트용입니다.
cp config/secrets.sample.js config/secrets.js # Then replace "GA_TRACKING_ID" with your test account ID
cp config/secrets.sample.js config/secrets.production.js # Then replace the "GA_TRACKING_ID" with your production account ID
npm run lint
# Bump the version in the manifest and package.json files, create a new commit, tag it, push to Github
# and create a draft release on Github using the `gh` CLI tool
npm run release
# Create the zipped package to upload to the Chrome web store
npm run build