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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}