Graphql-devtools

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

Graphql-devtools là gì?

Graphql-devtools là một tiện ích mở rộng Chrome được phát triển bởi magdiel.kesller, và tính năng chính của nó là "Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Graphql-devtools

Tải xuống các tệp mở rộng Graphql-devtools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Graphql-devtools Graphql-devtools
ID iigjfndglhfiomgkcbjefboljbgjkaal
URL Chính Thức https://chromewebstore.google.com/detail/graphql-devtools/iigjfndglhfiomgkcbjefboljbgjkaal
Mô tả Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.
Kích Thước Tệp 1.57 MB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 0.0.10
Cập Nhật Lần Cuối 2021-02-16
Ngày Phát Hành 2020-11-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển magdiel.kesller
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dielduarte/graphql-devtools
URL Trang Trợ Giúp https://github.com/dielduarte/graphql-devtools/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}