GraphQL DevTools

Build an extremely useful tool to manage graphQL queries !

GraphQL DevToolsคืออะไร?

GraphQL DevTools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roger.lapin.dev และคุณลักษณะหลักของมันคือ "Build an extremely useful tool to manage graphQL queries !"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GraphQL DevTools

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

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

                        Build an extremely useful tool to manage graphQL queries for modern app ! 👌

➡️  Update February 2023: manifest v3 supported

*We are currently working on this tool to improve its functionalities, the slack integration is currently under development, you will be able to share some bug by slack to your team with one click soon* 

Enhance your graphQL experience in your devTools. It is suitable either for developers and product manager to quickly detect errors in your requests.

For each request you will be able to list queries by name, get sent variables and retrieved data.

Thank you for using it ! If you have any bug or feature requests, just send us an email and we will be glad to answer you 🎉                    

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

ชื่อ GraphQL DevTools GraphQL DevTools
ID dodjbhafnhfdhknkhgjkgdegcmilckdp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/graphql-devtools/dodjbhafnhfdhknkhgjkgdegcmilckdp
คำอธิบาย Build an extremely useful tool to manage graphQL queries !
ขนาดไฟล์ 521 KB
จำนวนการติดตั้ง 2,753
เวอร์ชันปัจจุบัน 0.0.8.1
อัปเดตครั้งล่าสุด 2023-02-21
วันที่เผยแพร่ 2020-12-17
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา roger.lapin.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rogerlapindev.github.io/graphql-extension/
URL หน้าช่วยเหลือ https://rogerlapindev.github.io/graphql-extension/slack-integration/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GraphQL DevTools",
    "description": "Build an extremely useful tool to manage graphQL queries !",
    "version": "0.0.8.1",
    "version_name": "0.0.8.1",
    "icons": {
        "128": "assets\/icon_128.png"
    },
    "minimum_chrome_version": "88",
    "permissions": [
        "clipboardWrite",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "popup\/master-popup.html"
    },
    "devtools_page": "panel\/devtools.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}