highlighter
Highlighter 4.0.4
Ekstensi chrome sederhana yang memungkinkan penyorotan teks pada halaman web dengan klik kanan sederhana (atau pintasan keyboard Ctrl+Shfit+H). Simpan semua sorotan sehingga dapat disorot kembali saat halaman web dibuka kembali!
Tersedia untuk diunduh di toko web Chrome.
Anda perlu menginstal Node.js dan gh
cli (dan diautentikasi). Kemudian, jalankan yang berikut ini:
npm install
Terakhir, Anda harus memasukkan ID akun Google Analytics Anda sendiri. Satu untuk produksi dan satu lagi untuk pengujian:
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