GraphiQL extension

Chrome extension for the GraphiQL tool

What is GraphiQL extension?

GraphiQL extension is a Chrome extension developed by PowerKiKi, and its main feature is "Chrome extension for the GraphiQL tool".

Extension Screenshots

screenshot

Download GraphiQL extension Extension CRX File

Download GraphiQL extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simple extension wrapper around the great GraphiQL IDE allowing it to work with any GraphQL endpoint of your choosing.

As long as you are authorized to send requests to the endpoint from your current browser session (cookies are set etc.) you are good to go.

This is a fork of the seemingly unmaintained ChromeiQL.                    

Extension Basic Information

Name GraphiQL extension GraphiQL extension
ID jhbedfdjpmemmbghfecnaeeiokonjclb
Official URL https://chromewebstore.google.com/detail/graphiql-extension/jhbedfdjpmemmbghfecnaeeiokonjclb
Description Chrome extension for the GraphiQL tool
File Size 601 KB
Installation Count 8,138
Current Version 1.5.0
Last Updated 2023-06-13
Publish Date 2020-06-30
Rating 4.50/5 Total 4 Ratings
Developer PowerKiKi
Email [email protected]
Payment Type free
Extension Website https://github.com/PowerKiKi/graphiql-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GraphiQL extension",
    "version": "1.5.0",
    "description": "Chrome extension for the GraphiQL tool",
    "background": {
        "service_worker": "js\/background.js"
    },
    "incognito": "split",
    "action": {
        "default_title": "Launch GraphiQL",
        "default_icon": "public\/logo.png"
    },
    "icons": {
        "16": "public\/logo.png",
        "48": "public\/logo.png",
        "128": "public\/logo.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}