GraphQL Playground for Chrome

Chrome extension for GraphQL Playground

Qu'est-ce que GraphQL Playground for Chrome ?

GraphQL Playground for Chrome est une extension Chrome développée par Dustin R. Callaway, et sa fonction principale est "Chrome extension for GraphQL Playground".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GraphQL Playground for Chrome

Téléchargez les fichiers d'extension GraphQL Playground for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Exposes the awesome GraphQL Playground application as a Chrome extension. This is especially useful if your GraphQL server requires cookie credentials from a session that you've established in your browser.

SEND COOKIE CREDENTIALS
To include cookies in your GraphQL calls, click on the gear icon in the top right-hand corner and change the "request.credentials" property from "omit" to "include" and click "SAVE SETTINGS".

CHANGE FROM DARK TO LIGHT THEME
If you prefer a light theme, click on the gear icon in the top right-hand corner and change the "editor.theme" property from "dark" to "light" and click "SAVE SETTINGS".                    

Informations de Base sur l'Extension

Nom GraphQL Playground for Chrome GraphQL Playground for Chrome
ID kjhjcgclphafojaeeickcokfbhlegecd
URL Officiel https://chromewebstore.google.com/detail/graphql-playground-for-ch/kjhjcgclphafojaeeickcokfbhlegecd
Description Chrome extension for GraphQL Playground
Taille du Fichier 1.36 MB
Nombre d'Installations 10,000
Version Actuelle 1.2.1
Dernière Mise à Jour 2021-04-29
Date de Publication 2018-07-11
Évaluation 5.00/5 Total 8 Évaluations
Développeur Dustin R. Callaway
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/drcallaway/chrome-graphql-playground
URL de la Page d'Aide https://github.com/drcallaway/chrome-graphql-playground/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GraphQL Playground for Chrome",
    "version": "1.2.1",
    "description": "Chrome extension for GraphQL Playground",
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "GraphQL Playground for Chrome",
        "default_icon": {
            "64": "public\/logo_64.png",
            "128": "public\/logo_128.png",
            "256": "public\/logo_256.png"
        }
    },
    "icons": {
        "64": "public\/logo_64.png",
        "128": "public\/logo_128.png",
        "256": "public\/logo_256.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}