ChromeiQL

Chrome app wrapper for the GraphiQL tool

ChromeiQLคืออะไร?

ChromeiQL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ermancelen และคุณลักษณะหลักของมันคือ "Chrome app wrapper for the GraphiQL tool"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}