GraphiQL extension
Chrome extension for the GraphiQL tool
什麼是GraphiQL extension?
GraphiQL extension是由PowerKiKi開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension for the GraphiQL tool”。
擴展截圖
下載GraphiQL extension擴展crx文件
下載GraphiQL extension擴展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 go. This is a fork of the seemingly unmaintained ChromeiQL.
擴展基本資訊
名稱 | GraphiQL extension |
ID | jhbedfdjpmemmbghfecnaeeiokonjclb |
官方網址 | https://chromewebstore.google.com/detail/graphiql-extension/jhbedfdjpmemmbghfecnaeeiokonjclb |
簡介 | Chrome extension for the GraphiQL tool |
檔案大小 | 601 KB |
安裝次數 | 8,138 |
目前版本 | 1.5.0 |
更新時間 | 2023-06-13 |
上架時間 | 2020-06-30 |
評分 | 4.50/5 共 4 次評分 |
開發者 | PowerKiKi |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/PowerKiKi/graphiql-extension |
支援的語言 | 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:\/\/*\/" ] } |