Profiling devtools for Incoding.Framework.
This extension uses Manifest V3 and currently supports this browsers:
- Chrome
- Microsoft Edge (Chrome)
- Firefox
You can download latest build archive for all available platforms from latest release.
But, if you want to create your own build, you'll need to run following commands:
# Install dependencies
npm ci
# Build extension in production mode
npm run prod:<your_browser>
The above command will build the app in production mode, output files are placed in prod/<your_browser>
folder.
In order to build the app for development, run the following command:
# Run build and watch for changes
npm run dev:<your_browser>
This will build extension in developer mode and watch for local changes. Use this option only if you want to make any changes in extension sources. Output files will be in debug/<your_browser>
folder.
After you downloaded latest release and choosed desired browser (or created your own build), use output folder with source files and follow these steps:
- Open browser extensions manager
- Select Manage extensions
- Check Developer mode
- Click Load packed and select build folder
If you're running development mode, and there is code changes to be applied, just re-open browser devtools, and all files will be updated.