glass-easel-devtools-extension
v0.13.0
Published
This is the DevTools panel implementation of glass-easel-devtools for Chrome/Firefox DevTools.
Readme
glass-easel DevTools for Browsers
This is the DevTools panel implementation of glass-easel-devtools for Chrome/Firefox DevTools.
See glass-easel-devtools for details.
How to Build
nodejs and pnpm should be globally installed.
In the project root directory (glass-easel-devtools):
- run
pnpm installto install dependencies; - run
npm run pack-extensionto build.
The final product can be found in extension/pkg directory.
Publish
The extension packages should be publish manually (the publish.js does not do this).
Modify the version in Chrome Manifest and Firefox Manifest, then run npm run pack-extension in the project root.
