highlighter
Highlighter 4.0.4
シンプルな Chrome 拡張機能で、単純な右クリック (またはキーボード ショートカット Ctrl+Shfit+H) で Web ページ上のテキストを強調表示できます。すべてのハイライトを保存すると、Web ページを再度開いたときに再度ハイライトできるようになります。
Chrome ウェブストアからダウンロードできます。
Node.js とgh
cli をインストール (および認証) する必要があります。次に、以下を実行します。
npm install
最後に、独自の Google Analytics アカウント ID を入力する必要があります。 1 つは本番用、もう 1 つはテスト用です。
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