GraphIQL Feen

Powerful GraphIQL Explorer

GraphIQL Feen क्या है?

GraphIQL Feen bret द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Powerful GraphIQL Explorer"।

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

screenshot

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

crx प्रारूप में GraphIQL Feen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Chrome Extension for GraphIQL with lots of features, and more to come!

* Save/Load Queries and variables to build a library of useful queries.
* Save/Select Server Definitions so you can have different settings for different servers.
* GET/POST/Multi-part GraphQL requests supported!
    * Authorization defined so cookies forwarded to the domain
* Define Headers that will be sent with the request, Headers can even override existing Request headers:
    * Define the Origin: header for CORS requests to allow your server to process correctly.
    * Define CSRF token headers
    * Override all Cookies so you can pass authentication information with your requests.
* EXPORT your entire application state to a JSON file
* IMPORT saved state so you can restore your state 


Coming soon:
* Upload Images with your requests

OPEN SOURCE: Checkout the source code, contribute, critique etc.                    

एक्सटेंशन की मूल जानकारी

नाम GraphIQL Feen GraphIQL Feen
ID mcbfdonlkfpbfdpimkjilhdneikhfklp
आधिकारिक URL https://chromewebstore.google.com/detail/graphiql-feen/mcbfdonlkfpbfdpimkjilhdneikhfklp
विवरण Powerful GraphIQL Explorer
फ़ाइल का आकार 499 KB
स्थापना संख्या 1,641
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2017-01-09
प्रकाशन तिथि 2017-01-08
रेटिंग 3.60/5 कुल 5 रेटिंग्स
डेवलपर bret
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/bpatters/graphiql-feen
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "name": "GraphIQL Feen",
    "manifest_version": 2,
    "description": "Powerful GraphIQL Explorer",
    "browser_action": {
        "default_title": "GraphIQL Feen"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "connect-src *; default-src 'self'; script-src 'self';font-src *; style-src * 'unsafe-inline'; img-src 'self' data:;"
}