GraphiQL extension
Chrome extension for the GraphiQL tool
Co to jest GraphiQL extension?
GraphiQL extension to rozszerzenie Chrome opracowane przez PowerKiKi, a jego główną funkcją jest „Chrome extension for the GraphiQL tool”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GraphiQL extension
Pobierz pliki rozszerzeń GraphiQL extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | GraphiQL extension |
ID | jhbedfdjpmemmbghfecnaeeiokonjclb |
Oficjalny URL | https://chromewebstore.google.com/detail/graphiql-extension/jhbedfdjpmemmbghfecnaeeiokonjclb |
Opis | Chrome extension for the GraphiQL tool |
Rozmiar pliku | 601 KB |
Liczba instalacji | 8,138 |
Aktualna Wersja | 1.5.0 |
Ostatnia Aktualizacja | 2023-06-13 |
Data Publikacji | 2020-06-30 |
Ocena | 4.50/5 Łącznie 4 Oceny |
Deweloper | PowerKiKi |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/PowerKiKi/graphiql-extension |
Obsługiwane Języki | 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:\/\/*\/" ] } |