Urql Devtools
The official Urql chrome extension
Urql Devtools là gì?
Urql Devtools là một tiện ích mở rộng Chrome được phát triển bởi urql-dev, và tính năng chính của nó là "The official Urql chrome extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Urql Devtools
Tải xuống các tệp mở rộng Urql Devtools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Urql Devtools |
ID | mcfphkbpmkbeofnkjehahlmidmceblmm |
URL Chính Thức | https://chromewebstore.google.com/detail/urql-devtools/mcfphkbpmkbeofnkjehahlmidmceblmm |
Mô tả | The official Urql chrome extension |
Kích Thước Tệp | 1.85 MB |
Số Lần Cài Đặt | 3,296 |
Phiên Bản Hiện Tại | 2.6.2 |
Cập Nhật Lần Cuối | 2021-08-09 |
Ngày Phát Hành | 2020-05-21 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | urql-dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/FormidableLabs/urql-devtools |
URL Trang Trợ Giúp | https://github.com/FormidableLabs/urql-devtools/issues |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |