GraphIQL Feen
Powerful GraphIQL Explorer
GraphIQL Feenคืออะไร?
GraphIQL Feen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bret และคุณลักษณะหลักของมันคือ "Powerful GraphIQL Explorer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GraphIQL Feen
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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:;" } |