highlighter
Highlighter 4.0.4
Una extensión de Chrome simple que permite resaltar texto en páginas web con un simple clic derecho (o el método abreviado de teclado Ctrl+Shfit+H). Guarda todos los aspectos destacados para poder volver a resaltarlos cuando se vuelve a abrir una página web.
Disponible para descargar en la tienda web de Chrome.
Necesitará Node.js y gh
cli instalados (y autenticados). Luego, ejecute lo siguiente:
npm install
Finalmente, deberá ingresar sus propios ID de cuenta de Google Analytics. Uno para producción y otro para pruebas:
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