ChromeiQL
Chrome app wrapper for the GraphiQL tool
Что такое ChromeiQL?
ChromeiQL - это расширение Chrome, разработанное ermancelen, и его основная функция - "Chrome app wrapper for the GraphiQL tool".
Снимки экрана расширения
Скачать файл CRX расширения ChromeiQL
Скачайте файлы расширений ChromeiQL в формате 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 use ChromeiQL. New in 1.0 == * Upgraded GraphiQL to version 0.11.3 with history, prettify, faster result pane and better highlighting
Основная информация о расширении
Название | ChromeiQL |
ID | fkkiamalmpiidkljmicmjfbieiclmeij |
Официальный URL | https://chromewebstore.google.com/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij |
Описание | Chrome app wrapper for the GraphiQL tool |
Размер файла | 682 KB |
Количество установок | 10,000 |
Текущая Версия | 1.0 |
Последнее Обновление | 2017-08-22 |
Дата публикации | 2017-08-21 |
Рейтинг | 4.61/5 Всего 31 оценок |
Разработчик | ermancelen |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/ermanc/ChromeiQL |
URL страницы помощи | https://github.com/ermanc/ChromeiQL |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ChromeiQL", "version": "1.0", "description": "Chrome app wrapper for the GraphiQL tool", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Launch ChromeiQL", "default_icon": "public\/chromeiql_logo.png" }, "icons": { "16": "public\/chromeiql_logo.png", "48": "public\/chromeiql_logo.png", "128": "public\/chromeiql_logo.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ] } |