Skip to content

pablof7z/highlighter-chrome-extension

Repository files navigation

Higlighter Chrome V2

My Chrome Extension

Features

  • Feature 1
  • Feature 2

Install

Chrome extensions

Setup

Local Development

git clone [this repo]
cd [this repo dir]
npm run deps
npm run watch

This should get you started developing, it will create a build directory that you can load into your browser as an extension if you turn on extensions developer mode.

Load Chrom Extensions

See also Mozilla: Your First Extension and Chrome: Getting Started Tutorial for information about developing extensions.

Contribution

Suggestions and pull requests are welcomed!.


This project was bootstrapped with Chrome Extension CLI