GraphQL Playground for Chrome
Chrome extension for GraphQL Playground
GraphQL Playground for Chrome क्या है?
GraphQL Playground for Chrome Dustin R. Callaway द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension for GraphQL Playground"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GraphQL Playground for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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".
एक्सटेंशन की मूल जानकारी
नाम | GraphQL Playground for Chrome |
ID | kjhjcgclphafojaeeickcokfbhlegecd |
आधिकारिक URL | https://chromewebstore.google.com/detail/graphql-playground-for-ch/kjhjcgclphafojaeeickcokfbhlegecd |
विवरण | Chrome extension for GraphQL Playground |
फ़ाइल का आकार | 1.36 MB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2021-04-29 |
प्रकाशन तिथि | 2018-07-11 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | Dustin R. Callaway |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/drcallaway/chrome-graphql-playground |
सहायता पृष्ठ URL | https://github.com/drcallaway/chrome-graphql-playground/issues |
समर्थित भाषाएँ | 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:\/\/*\/" ] } |