GraphiQL extension

Chrome extension for the GraphiQL tool

GraphiQL extension là gì?

GraphiQL extension là một tiện ích mở rộng Chrome được phát triển bởi PowerKiKi, và tính năng chính của nó là "Chrome extension for the GraphiQL tool".

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

screenshot

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

Tải xuống các tệp mở rộng GraphiQL extension 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

                        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.                    

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

Tên GraphiQL extension GraphiQL extension
ID jhbedfdjpmemmbghfecnaeeiokonjclb
URL Chính Thức https://chromewebstore.google.com/detail/graphiql-extension/jhbedfdjpmemmbghfecnaeeiokonjclb
Mô tả Chrome extension for the GraphiQL tool
Kích Thước Tệp 601 KB
Số Lần Cài Đặt 8,138
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2023-06-13
Ngày Phát Hành 2020-06-30
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển PowerKiKi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/PowerKiKi/graphiql-extension
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}