ChromeiQL
Chrome app wrapper for the GraphiQL tool
Apa itu ChromeiQL?
ChromeiQL adalah ekstensi Chrome yang dikembangkan oleh ermancelen, dan fitur utamanya adalah "Chrome app wrapper for the GraphiQL tool".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ChromeiQL
Unduh file ekstensi ChromeiQL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ChromeiQL |
ID | fkkiamalmpiidkljmicmjfbieiclmeij |
URL Resmi | https://chromewebstore.google.com/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij |
Deskripsi | Chrome app wrapper for the GraphiQL tool |
Ukuran File | 682 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-08-22 |
Tanggal Publikasi | 2017-08-21 |
Penilaian | 4.61/5 Total 31 Penilaian |
Pengembang | ermancelen |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ermanc/ChromeiQL |
URL Halaman Bantuan | https://github.com/ermanc/ChromeiQL |
Bahasa yang Didukung | 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" ] } |