Altair GraphQL Client

A beautiful feature-rich GraphQL client for all platforms

Altair GraphQL Clientคืออะไร?

Altair GraphQL Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://altairgraphql.dev และคุณลักษณะหลักของมันคือ "A beautiful feature-rich GraphQL client for all platforms"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Altair GraphQL Client

ดาวน์โหลดไฟล์ส่วนขยาย 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
}