GraphiQL extension
Chrome extension for the GraphiQL tool
O que é GraphiQL extension?
GraphiQL extension é uma extensão do Chrome desenvolvida por PowerKiKi, e sua principal característica é "Chrome extension for the GraphiQL tool".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GraphiQL extension
Baixe arquivos de extensão GraphiQL extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | GraphiQL extension |
ID | jhbedfdjpmemmbghfecnaeeiokonjclb |
URL Oficial | https://chromewebstore.google.com/detail/graphiql-extension/jhbedfdjpmemmbghfecnaeeiokonjclb |
Descrição | Chrome extension for the GraphiQL tool |
Tamanho do Arquivo | 601 KB |
Contagem de Instalações | 8,138 |
Versão Atual | 1.5.0 |
Última Atualização | 2023-06-13 |
Data de Publicação | 2020-06-30 |
Classificação | 4.50/5 Total de 4 Avaliações |
Desenvolvedor | PowerKiKi |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/PowerKiKi/graphiql-extension |
Idiomas Suportados | 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:\/\/*\/" ] } |