🔍 A Chrome extension that lets you inspect a website's framework and libraries
You can install the extension from the Chrome Web Store
You can also install it locally by cloning this repo and following the official tutorial
- Clone this repository
- Run
yarn install
to fetch dependencies andyarn build
to start the build script - Open the
src/checks/index.ts
file and add your own checker function - Open
src/checker.ts
and add your function to the list - Make sure your code works
- Make a pull request 🚀