Altair GraphQL Client

A beautiful feature-rich GraphQL client for all platforms

Altair GraphQL Client क्या है?

Altair GraphQL Client https://altairgraphql.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A beautiful feature-rich GraphQL client for all platforms"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Altair GraphQL Client एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}