A Chrome extension that lets you see a website's framework and libraries
How to install?
You can also install it locally by cloning this repo and following the official tutorial
Contribution
- Clone this repository
- Run
yarn installto fetch dependencies andyarn buildto start the build script - Open the
src/checks/index.tsfile and add your own checker function - Open
src/checker.tsand add your function to the list - Make sure your code works
- Make a pull request

