A Chrome extension to export Auth0's Real-time Webtask logs to your computer as files.
- Download the zip file and extract it to a folder on your computer.
- Navigate to chrome://extensions/ and install the extension with Load unpacked from the unzipped dist folder.
- Start the Real-time Webtask Logs extension. You should see a button to download the logs as files to your computer.
Based off of https://github.com/chibat/chrome-extension-typescript-starter
- node + npm (see
.nvmrc
for version)
- TypeScript
- Webpack
- React
- Jest
- Example Code
- Chrome Storage
- Options Version 2
- content script
- count up badge number
- background
- src/typescript: TypeScript source files
- src/assets: static files
- dist: Chrome Extension directory
- dist/js: Generated JavaScript files
npm install
...
npm run build
npm run watch
Run watch mode.
type Ctrl + Shift + B
Load dist
directory
npx jest
or npm run test