Chrome extension that detects React Aria in apps as you browse.
Adds a badge to the extension icon when you come across a page that is built using React Aria.
It also has a popup that shows the detected React Aria version.
- clone this repo
- go to chrome://extensions/
- load unpacked extension (may need to turn on developer settings)
- select git clone directory to load
- start browsing
- do the installation steps
- run
yarn
- edit files
- run
yarn build
- refresh extension in chrome://extensions/
- refresh target page so that the content script is re-injected
This is a fork from react-detector with many changes.