is-this-graphql-extension
is-this-graphql-extension copied to clipboard
The "Is This GraphQL" Chrome extension
Is This GraphQL?
Chrome extension based on duo-labs/chrome-extension-boilerplate that detects whether a website is using GraphQL.
Install it from the Chrome Web Store
Get started
Clone this repository, and then, in this directory:
npm installnpm 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.