ChromeiQL
Chrome app wrapper for the GraphiQL tool
ChromeiQLとは何ですか?
ChromeiQLはermancelenによって開発されたChromeの拡張機能で、その主な機能は「Chrome app wrapper for the GraphiQL tool」です。
拡張機能のスクリーンショット
ChromeiQL拡張機能のCRXファイルをダウンロード
ChromeiQL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension wrapper around the great GraphiQL IDE allowing it to work with any GraphQL endpoint of your choosing. As long as you are authorized to send requests to the endpoint from your current browser session (cookies are set etc.) you are good to use ChromeiQL. New in 1.0 == * Upgraded GraphiQL to version 0.11.3 with history, prettify, faster result pane and better highlighting
拡張機能の基本情報
名前 | ChromeiQL |
ID | fkkiamalmpiidkljmicmjfbieiclmeij |
公式URL | https://chromewebstore.google.com/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij |
説明 | Chrome app wrapper for the GraphiQL tool |
ファイルサイズ | 682 KB |
インストール数 | 10,000 |
現在のバージョン | 1.0 |
最終更新日 | 2017-08-22 |
公開日 | 2017-08-21 |
評価 | 4.61/5 合計 31 レビュー |
開発者 | ermancelen |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ermanc/ChromeiQL |
ヘルプページのURL | https://github.com/ermanc/ChromeiQL |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ChromeiQL", "version": "1.0", "description": "Chrome app wrapper for the GraphiQL tool", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Launch ChromeiQL", "default_icon": "public\/chromeiql_logo.png" }, "icons": { "16": "public\/chromeiql_logo.png", "48": "public\/chromeiql_logo.png", "128": "public\/chromeiql_logo.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ] } |