GraphiQL extension
Chrome extension for the GraphiQL tool
Apa itu GraphiQL extension?
GraphiQL extension adalah ekstensi Chrome yang dikembangkan oleh PowerKiKi, dan fitur utamanya adalah "Chrome extension for the GraphiQL tool".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GraphiQL extension
Unduh file ekstensi GraphiQL extension 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 go. This is a fork of the seemingly unmaintained ChromeiQL.
Informasi Dasar Ekstensi
Nama | GraphiQL extension |
ID | jhbedfdjpmemmbghfecnaeeiokonjclb |
URL Resmi | https://chromewebstore.google.com/detail/graphiql-extension/jhbedfdjpmemmbghfecnaeeiokonjclb |
Deskripsi | Chrome extension for the GraphiQL tool |
Ukuran File | 601 KB |
Jumlah Instalasi | 8,138 |
Versi Saat Ini | 1.5.0 |
Terakhir Diperbarui | 2023-06-13 |
Tanggal Publikasi | 2020-06-30 |
Penilaian | 4.50/5 Total 4 Penilaian |
Pengembang | PowerKiKi |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/PowerKiKi/graphiql-extension |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GraphiQL extension", "version": "1.5.0", "description": "Chrome extension for the GraphiQL tool", "background": { "service_worker": "js\/background.js" }, "incognito": "split", "action": { "default_title": "Launch GraphiQL", "default_icon": "public\/logo.png" }, "icons": { "16": "public\/logo.png", "48": "public\/logo.png", "128": "public\/logo.png" }, "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |