highlighter
Highlighter 4.0.4
一个简单的 Chrome 扩展,只需右键单击(或键盘快捷键 Ctrl+Shfit+H)即可突出显示网页上的文本。保存所有突出显示,以便在重新打开网页时可以重新突出显示它们!
可在 Chrome 网上应用店下载。
您将需要安装 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