Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 768 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 768 Bytes

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:

  1. npm install
  2. 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.