GraphiQL extension
Chrome extension for the GraphiQL tool
Что такое GraphiQL extension?
GraphiQL extension - это расширение Chrome, разработанное PowerKiKi, и его основная функция - "Chrome extension for the GraphiQL tool".
Снимки экрана расширения
Скачать файл CRX расширения GraphiQL extension
Скачайте файлы расширений GraphiQL extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | GraphiQL extension |
ID | jhbedfdjpmemmbghfecnaeeiokonjclb |
Официальный URL | https://chromewebstore.google.com/detail/graphiql-extension/jhbedfdjpmemmbghfecnaeeiokonjclb |
Описание | Chrome extension for the GraphiQL tool |
Размер файла | 601 KB |
Количество установок | 8,138 |
Текущая Версия | 1.5.0 |
Последнее Обновление | 2023-06-13 |
Дата публикации | 2020-06-30 |
Рейтинг | 4.50/5 Всего 4 оценок |
Разработчик | PowerKiKi |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/PowerKiKi/graphiql-extension |
Поддерживаемые языки | 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:\/\/*\/" ] } |