Altair GraphQL Client

A beautiful feature-rich GraphQL client for all platforms

什么是Altair GraphQL Client?

Altair GraphQL Client是由https://altairgraphql.dev开发的Chrome扩展程序,该扩展的主要功能是“A beautiful feature-rich GraphQL client for all platforms”。

扩展截图

下载Altair GraphQL Client扩展crx文件

下载Altair GraphQL Client扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Ever needed to query a graphQL server when you don't have access to the server code? Want to just quickly test a graphQL query? Altair makes this quite easy. You can provide your query and even specify headers to be sent with the request.

Altair comes with a number of useful features including pretty printing your query, linting your query, showing schema docs, providing autocomplete functionality, the ability to set headers for your request, etc.

Data is stored so you can continue from where you stopped. The schema docs are also available offline once they have been retrieved.                    

扩展基本信息

名称 Altair GraphQL Client Altair GraphQL Client
ID flnheeellpciglgpaodhkhmapeljopja
官方URL https://chromewebstore.google.com/detail/altair-graphql-client/flnheeellpciglgpaodhkhmapeljopja
简介 A beautiful feature-rich GraphQL client for all platforms
文件大小 7.43 MB
安装次数 63,645
当前版本 6.3.1
更新时间 2024-03-03
上架时间 2020-06-21
评分 4.59/5 共66次评分
开发者 https://altairgraphql.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://altairgraphql.dev
帮助页面URL https://github.com/altair-graphql/altair
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Altair GraphQL Client",
    "version": "6.3.1",
    "short_name": "Altair",
    "description": "A beautiful feature-rich GraphQL client for all platforms",
    "icons": {
        "16": "assets\/img\/altair_logo_128.png",
        "48": "assets\/img\/altair_logo_128.png",
        "128": "assets\/img\/altair_logo_128.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/altair_logo_128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "storage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'sha256-765ndVO8s0mJNdlCDVQJVuWyBpugFWusu1COU8BNbI8=' 'sha256-kFTKSG2YSVB69S6DWzferO6LmwbqfHmYBTqvVbPEp4I=' 'unsafe-eval' https:\/\/cdn.jsdelivr.net https:\/\/apis.google.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com localhost:* http:\/\/localhost:8002 http:\/\/localhost:8080; object-src 'self';",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "offline_enabled": true
}