ChromeiQL

Chrome app wrapper for the GraphiQL tool

什麼是ChromeiQL?

ChromeiQL是由ermancelen開發的Chrome擴展程式,該擴展的主要功能是“Chrome app wrapper for the GraphiQL tool”。

擴展截圖

screenshot

下載ChromeiQL擴展crx文件

下載ChromeiQL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 ChromeiQL ChromeiQL
ID fkkiamalmpiidkljmicmjfbieiclmeij
官方網址 https://chromewebstore.google.com/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij
簡介 Chrome app wrapper for the GraphiQL tool
檔案大小 682 KB
安裝次數 10,000
目前版本 1.0
更新時間 2017-08-22
上架時間 2017-08-21
評分 4.61/5 共 31 次評分
開發者 ermancelen
付費類型 free
擴展官網 https://github.com/ermanc/ChromeiQL
說明頁面URL https://github.com/ermanc/ChromeiQL
支援的語言 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"
    ]
}