ChromeiQL

Chrome app wrapper for the GraphiQL tool

Hvad er ChromeiQL?

ChromeiQL er en Chrome-udvidelse udviklet af ermancelen, og dens hovedfunktion er "Chrome app wrapper for the GraphiQL tool".

Udvidelsesskærmbilleder

screenshot

Download ChromeiQL-udvidelses-CRX-fil

Download ChromeiQL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn ChromeiQL ChromeiQL
ID fkkiamalmpiidkljmicmjfbieiclmeij
Officiel URL https://chromewebstore.google.com/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij
Beskrivelse Chrome app wrapper for the GraphiQL tool
Filstørrelse 682 KB
Antal Installationer 10,000
Nuværende Version 1.0
Senest Opdateret 2017-08-22
Udgivelsesdato 2017-08-21
Bedømmelse 4.61/5 Samlet 31 Bedømmelser
Udvikler ermancelen
Betalingsmetode free
Udvidelseswebsted https://github.com/ermanc/ChromeiQL
Hjælpeside-URL https://github.com/ermanc/ChromeiQL
Understøttede Sprog 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"
    ]
}