Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 768 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 768 Bytes

Owl Chrom extension

This app contains the code for a chrome extensions. It is separated into the popup app and the devtools app.

Install

git clone https://github.com/SimonGenin/OWL-Devtools-Extension
npm install
npm run dev

or

npm run watch

For production:

npm run build

To run the extension, go to your chrome extensions admin panel and click on Charger l'extension non empaquetée. Select your build folder (generated by rollup) and that's it, your extension is active! There is a convenient refresh button on the extension card (still on the same admin page) to update your code. Note you may have to open another window to see it working.

Roadmap

  • Tree digging
  • Events tracking