Graphql-devtools

Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.

Graphql-devtoolsคืออะไร?

Graphql-devtools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย magdiel.kesller และคุณลักษณะหลักของมันคือ "Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Graphql-devtools

ดาวน์โหลดไฟล์ส่วนขยาย Graphql-devtools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A frameworkless graphql devtools that works regardless of the graphql client being used. Always keep the same experience debugging your queries and mutations!

The extension is a developer tool to help other developers debugging graphql queries, graphql is a technology to request data created by facebook.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Graphql-devtools Graphql-devtools
ID iigjfndglhfiomgkcbjefboljbgjkaal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/graphql-devtools/iigjfndglhfiomgkcbjefboljbgjkaal
คำอธิบาย Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.
ขนาดไฟล์ 1.57 MB
จำนวนการติดตั้ง 172
เวอร์ชันปัจจุบัน 0.0.10
อัปเดตครั้งล่าสุด 2021-02-16
วันที่เผยแพร่ 2020-11-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา magdiel.kesller
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dielduarte/graphql-devtools
URL หน้าช่วยเหลือ https://github.com/dielduarte/graphql-devtools/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Graphql-devtools",
    "version": "0.0.10",
    "description": "Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.",
    "manifest_version": 2,
    "devtools_page": "devtools.html",
    "content_security_policy": "script-src 'self' 'sha256-e6xwqkcX4TaZG2PRLQTbNzBEDY664zBiJY65FQB1oDw='; object-src 'self'",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "webNavigation",
        "tabs"
    ]
}