GraphIQL Feen

Powerful GraphIQL Explorer

GraphIQL Feenとは何ですか?

GraphIQL Feenはbretによって開発されたChromeの拡張機能で、その主な機能は「Powerful GraphIQL Explorer」です。

拡張機能のスクリーンショット

screenshot

GraphIQL Feen拡張機能のCRXファイルをダウンロード

GraphIQL Feen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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:;"
}