Skip to content

helper2424/ChromeiQL

 
 

Repository files navigation

ChromeiQL

Making the great GraphiQL tool available anywhere as a Chrome extension.

Based on the GraphiQL example code.

With option to add headers. Header format is JSON or HEADER_NAME:HEADER_VALUE;

How to use locally

Clone repository:

  git clone https://github.com/helper2424/ChromeiQL.git

Build last version of the extenstion:

cd ChromeiQL
yarn install
webpack

If everything is ok and extension build succesfully you could install extension to your browser:

  1. Open chrome://extensions/ in chrome browser
  2. Enable developer mode
  3. Upload directory with extension (you need mention to ChromeiQL directory) to the browser
  4. Open extension in you browser and use

About

Chrome extension to use GraphiQL anywhere

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 85.1%
  • JavaScript 14.0%
  • HTML 0.9%