ChromeiQL

Chrome app wrapper for the GraphiQL tool

ChromeiQL là gì?

ChromeiQL là một tiện ích mở rộng Chrome được phát triển bởi ermancelen, và tính năng chính của nó là "Chrome app wrapper 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 ChromeiQL

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

New in 1.0
==
* Upgraded GraphiQL to version 0.11.3 with history, prettify, faster result pane and better highlighting                    

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

Tên ChromeiQL ChromeiQL
ID fkkiamalmpiidkljmicmjfbieiclmeij
URL Chính Thức https://chromewebstore.google.com/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij
Mô tả Chrome app wrapper for the GraphiQL tool
Kích Thước Tệp 682 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-08-22
Ngày Phát Hành 2017-08-21
Đánh Giá 4.61/5 Tổng số 31 Đánh Giá
Nhà Phát Triển ermancelen
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ermanc/ChromeiQL
URL Trang Trợ Giúp https://github.com/ermanc/ChromeiQL
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChromeiQL",
    "version": "1.0",
    "description": "Chrome app wrapper for the GraphiQL tool",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Launch ChromeiQL",
        "default_icon": "public\/chromeiql_logo.png"
    },
    "icons": {
        "16": "public\/chromeiql_logo.png",
        "48": "public\/chromeiql_logo.png",
        "128": "public\/chromeiql_logo.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ]
}