GraphiQL extension

Chrome extension for the GraphiQL tool

Wat is GraphiQL extension?

GraphiQL extension is een Chrome-extensie ontwikkeld door PowerKiKi, en de belangrijkste functie is "Chrome extension for the GraphiQL tool".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GraphiQL extension

Download GraphiQL extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GraphiQL extension GraphiQL extension
ID jhbedfdjpmemmbghfecnaeeiokonjclb
Officiële URL https://chromewebstore.google.com/detail/graphiql-extension/jhbedfdjpmemmbghfecnaeeiokonjclb
Beschrijving Chrome extension for the GraphiQL tool
Bestandsgrootte 601 KB
Aantal Installaties 8,138
Huidige Versie 1.5.0
Laatst Bijgewerkt 2023-06-13
Publicatiedatum 2020-06-30
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar PowerKiKi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/PowerKiKi/graphiql-extension
Ondersteunde Talen 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:\/\/*\/"
    ]
}