GraphiQL extension
Chrome extension for the GraphiQL tool
GraphiQL extensionคืออะไร?
GraphiQL extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PowerKiKi และคุณลักษณะหลักของมันคือ "Chrome extension for the GraphiQL tool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GraphiQL extension
ดาวน์โหลดไฟล์ส่วนขยาย GraphiQL extension ในรูปแบบ 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 go. This is a fork of the seemingly unmaintained ChromeiQL.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GraphiQL extension |
ID | jhbedfdjpmemmbghfecnaeeiokonjclb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/graphiql-extension/jhbedfdjpmemmbghfecnaeeiokonjclb |
คำอธิบาย | Chrome extension for the GraphiQL tool |
ขนาดไฟล์ | 601 KB |
จำนวนการติดตั้ง | 8,138 |
เวอร์ชันปัจจุบัน | 1.5.0 |
อัปเดตครั้งล่าสุด | 2023-06-13 |
วันที่เผยแพร่ | 2020-06-30 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | PowerKiKi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/PowerKiKi/graphiql-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GraphiQL extension", "version": "1.5.0", "description": "Chrome extension for the GraphiQL tool", "background": { "service_worker": "js\/background.js" }, "incognito": "split", "action": { "default_title": "Launch GraphiQL", "default_icon": "public\/logo.png" }, "icons": { "16": "public\/logo.png", "48": "public\/logo.png", "128": "public\/logo.png" }, "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |