ChromeiQL
Chrome app wrapper for the GraphiQL tool
ChromeiQL란 무엇입니까?
ChromeiQL은(는) ermancelen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome app wrapper for the GraphiQL tool"입니다.
확장 프로그램 스크린샷
ChromeiQL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |