GraphQL Playground for Chrome
Chrome extension for GraphQL Playground
GraphQL Playground for Chromeคืออะไร?
GraphQL Playground for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dustin R. Callaway และคุณลักษณะหลักของมันคือ "Chrome extension for GraphQL Playground"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GraphQL Playground for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย GraphQL Playground for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Exposes the awesome GraphQL Playground application as a Chrome extension. This is especially useful if your GraphQL server requires cookie credentials from a session that you've established in your browser. SEND COOKIE CREDENTIALS To include cookies in your GraphQL calls, click on the gear icon in the top right-hand corner and change the "request.credentials" property from "omit" to "include" and click "SAVE SETTINGS". CHANGE FROM DARK TO LIGHT THEME If you prefer a light theme, click on the gear icon in the top right-hand corner and change the "editor.theme" property from "dark" to "light" and click "SAVE SETTINGS".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GraphQL Playground for Chrome |
ID | kjhjcgclphafojaeeickcokfbhlegecd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/graphql-playground-for-ch/kjhjcgclphafojaeeickcokfbhlegecd |
คำอธิบาย | Chrome extension for GraphQL Playground |
ขนาดไฟล์ | 1.36 MB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2021-04-29 |
วันที่เผยแพร่ | 2018-07-11 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Dustin R. Callaway |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/drcallaway/chrome-graphql-playground |
URL หน้าช่วยเหลือ | https://github.com/drcallaway/chrome-graphql-playground/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GraphQL Playground for Chrome", "version": "1.2.1", "description": "Chrome extension for GraphQL Playground", "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "browser_action": { "default_title": "GraphQL Playground for Chrome", "default_icon": { "64": "public\/logo_64.png", "128": "public\/logo_128.png", "256": "public\/logo_256.png" } }, "icons": { "64": "public\/logo_64.png", "128": "public\/logo_128.png", "256": "public\/logo_256.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |