Chrome extension based on duo-labs/chrome-extension-boilerplate that detects whether a website is using GraphQL.
Install it from the Chrome Web Store
Clone this repository, and then, in this directory:
npm install
npm run dev
Your unpacked Chrome extension will be compiled into dist/
. You can load it into Chrome by enabling developer mode on the "Extensions" page, hitting "Load unpacked", and selecting the dist/
folder. You can pack the extension into a .crx
by using the "Pack extension" button on the same page.
Use npx build
to build manually.