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 |
| 公式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 |
| Eメール | [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": [
" | |