Graphql-devtools

Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.

Что такое Graphql-devtools?

Graphql-devtools - это расширение Chrome, разработанное magdiel.kesller, и его основная функция - "Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Graphql-devtools

Скачайте файлы расширений Graphql-devtools в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A frameworkless graphql devtools that works regardless of the graphql client being used. Always keep the same experience debugging your queries and mutations!

The extension is a developer tool to help other developers debugging graphql queries, graphql is a technology to request data created by facebook.                    

Основная информация о расширении

Название Graphql-devtools Graphql-devtools
ID iigjfndglhfiomgkcbjefboljbgjkaal
Официальный URL https://chromewebstore.google.com/detail/graphql-devtools/iigjfndglhfiomgkcbjefboljbgjkaal
Описание Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.
Размер файла 1.57 MB
Количество установок 172
Текущая Версия 0.0.10
Последнее Обновление 2021-02-16
Дата публикации 2020-11-12
Рейтинг 5.00/5 Всего 2 оценок
Разработчик magdiel.kesller
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/dielduarte/graphql-devtools
URL страницы помощи https://github.com/dielduarte/graphql-devtools/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Graphql-devtools",
    "version": "0.0.10",
    "description": "Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.",
    "manifest_version": 2,
    "devtools_page": "devtools.html",
    "content_security_policy": "script-src 'self' 'sha256-e6xwqkcX4TaZG2PRLQTbNzBEDY664zBiJY65FQB1oDw='; object-src 'self'",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "webNavigation",
        "tabs"
    ]
}