Skip to content

etsangsplk/jwt-debugger-extension

 
 

Repository files navigation

##JWT Debugger Extension

JWT Debugger screenshot

How to build

First, install the required dependencies:

npm install

In order to build the project execute:

grunt chrome-extension

The resulting files will be located in the dist directory. Open Chrome, go to Extensions, enable Developer Mode, and then load the unpacked extension from the dist directory.

Hacking

Main JavaScript files are located inside the js directory. HTML files are generated from the Jade files located in view. Dependencies are handled with npm and bundled using Webpack. The extension-deps directory is for static dependencies.

Packages

No packages published

Languages

  • CSS 64.9%
  • JavaScript 23.3%
  • HTML 11.8%