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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}