Urql Devtools
The official Urql chrome extension
什么是Urql Devtools?
Urql Devtools是由urql-dev开发的Chrome扩展程序,该扩展的主要功能是“The official Urql chrome extension”。
扩展截图
下载Urql Devtools扩展crx文件
下载Urql Devtools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features: - Inspect responses and cache outcomes - See operations and responses in real time - Easily trigger requests via the client - Test your exchanges in a browser environment If you haven't already heard about our GraphQL client, you can find out more at the link below: https://github.com/FormidableLabs/urql
扩展基本信息
名称 | Urql Devtools |
ID | mcfphkbpmkbeofnkjehahlmidmceblmm |
官方URL | https://chromewebstore.google.com/detail/urql-devtools/mcfphkbpmkbeofnkjehahlmidmceblmm |
简介 | The official Urql chrome extension |
文件大小 | 1.85 MB |
安装次数 | 3,296 |
当前版本 | 2.6.2 |
更新时间 | 2021-08-09 |
上架时间 | 2020-05-21 |
评分 | 5.00/5 共6次评分 |
开发者 | urql-dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/FormidableLabs/urql-devtools |
帮助页面URL | https://github.com/FormidableLabs/urql-devtools/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Urql Devtools", "description": "The official Urql chrome extension", "icons": { "16": "\/assets\/icon-16.png", "32": "\/assets\/icon-32.png", "48": "\/assets\/icon-48.png", "64": "\/assets\/icon-64.png", "128": "\/assets\/icon-128.png", "256": "\/assets\/icon-256.png", "512": "\/assets\/icon-512.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |