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 擴展基本資訊
| 名稱 | |
| ID | mcfphkbpmkbeofnkjehahlmidmceblmm |
| 官方網址 | 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": [
" | |