GraphiQL extension
Chrome extension for the GraphiQL tool
Cos'è GraphiQL extension?
GraphiQL extension è un'estensione di Chrome sviluppata da PowerKiKi, e la sua funzione principale è "Chrome extension for the GraphiQL tool".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GraphiQL extension
Scarica i file di estensione GraphiQL extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | GraphiQL extension |
ID | jhbedfdjpmemmbghfecnaeeiokonjclb |
URL Ufficiale | https://chromewebstore.google.com/detail/graphiql-extension/jhbedfdjpmemmbghfecnaeeiokonjclb |
Descrizione | Chrome extension for the GraphiQL tool |
Dimensione del File | 601 KB |
Conteggio Installazioni | 8,138 |
Versione Corrente | 1.5.0 |
Ultimo Aggiornamento | 2023-06-13 |
Data di Pubblicazione | 2020-06-30 |
Valutazione | 4.50/5 Totale 4 Valutazioni |
Sviluppatore | PowerKiKi |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/PowerKiKi/graphiql-extension |
Lingue Supportate | 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:\/\/*\/" ] } |