GraphIQL Feen

Powerful GraphIQL Explorer

ما هو GraphIQL Feen؟

GraphIQL Feen هو إضافة Chrome تم تطويرها بواسطة bret، والميزة الرئيسية لها هي "Powerful GraphIQL Explorer".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GraphIQL Feen

قم بتنزيل ملفات الامتداد GraphIQL Feen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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:;"
}