GraphiQL extension
Chrome extension for the GraphiQL tool
Vad är GraphiQL extension?
GraphiQL extension är en Chrome-tillägg utvecklad av PowerKiKi, och dess huvudfunktion är "Chrome extension for the GraphiQL tool".
Tilläggsskärmbilder
Ladda ner GraphiQL extension-förlängningens CRX-fil
Ladda ner GraphiQL extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | GraphiQL extension |
ID | jhbedfdjpmemmbghfecnaeeiokonjclb |
Officiell webbadress | https://chromewebstore.google.com/detail/graphiql-extension/jhbedfdjpmemmbghfecnaeeiokonjclb |
Beskrivning | Chrome extension for the GraphiQL tool |
Filstorlek | 601 KB |
Antal Installationer | 8,138 |
Aktuell Version | 1.5.0 |
Senast Uppdaterad | 2023-06-13 |
Publiceringsdatum | 2020-06-30 |
Betyg | 4.50/5 Totalt 4 Betyg |
Utvecklare | PowerKiKi |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/PowerKiKi/graphiql-extension |
Stödda Språk | 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:\/\/*\/" ] } |