ui-stack
ui-stack copied to clipboard
:mag: A Chrome extension that lets you inspect a website's framework and libraries
:mag: A Chrome extension that lets you inspect a website's framework and libraries
How to install?
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
Contribution
- 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 :rocket: