Skip to content

Latest commit

 

History

History
94 lines (55 loc) · 2.07 KB

README.md

File metadata and controls

94 lines (55 loc) · 2.07 KB

Webtask-logs-export Chrome plugin

A Chrome extension to export Auth0's Real-time Webtask logs to your computer as files.

How to install the extension

  • Download the zip file and extract it to a folder on your computer.

Screen Shot 2021-09-01 at 23 12 53

  • Navigate to chrome://extensions/ and install the extension with Load unpacked from the unzipped dist folder.

Screen Shot 2021-09-01 at 23 08 29

How to use the extension.

  • Start the Real-time Webtask Logs extension. You should see a button to download the logs as files to your computer.

Screen Shot 2021-09-01 at 23 04 00

Fine tune extension - optional

Screen Shot 2021-09-01 at 23 05 37

Based off of https://github.com/chibat/chrome-extension-typescript-starter

Prerequisites

Option

Includes the following

  • TypeScript
  • Webpack
  • React
  • Jest
  • Example Code
    • Chrome Storage
    • Options Version 2
    • content script
    • count up badge number
    • background

Project Structure

  • src/typescript: TypeScript source files
  • src/assets: static files
  • dist: Chrome Extension directory
  • dist/js: Generated JavaScript files

Setup

npm install

Import as Visual Studio Code project

...

Build

npm run build

Build in watch mode

terminal

npm run watch

Visual Studio Code

Run watch mode.

type Ctrl + Shift + B

Load extension to chrome

Load dist directory

Test

npx jest or npm run test