Quell Developer Tool
Developer tool for the Quell JavaScript library: https://quell.dev
什么是Quell Developer Tool?
Quell Developer Tool是由quellcaching开发的Chrome扩展程序,该扩展的主要功能是“Developer tool for the Quell JavaScript library: https://quell.dev”。
扩展截图
下载Quell Developer Tool扩展crx文件
下载Quell Developer Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quell is an open source, lightweight JavaScript library providing a client- and server-side caching solution and cache invalidation for GraphQL. The Quell Developer Tool is designed to enable developers to easily monitor Quell's client- and server-side caching performance, as well as inspect the server-side (Redis-based) cache, and it includes an all-purpose GraphQL network monitor.
扩展基本信息
名称 | Quell Developer Tool |
ID | jnegkegcgpgfomoolnjjkmkippoellod |
官方URL | https://chromewebstore.google.com/detail/quell-developer-tool/jnegkegcgpgfomoolnjjkmkippoellod |
简介 | Developer tool for the Quell JavaScript library: https://quell.dev |
文件大小 | 431 KB |
安装次数 | 93 |
当前版本 | 2.0 |
更新时间 | 2023-06-02 |
上架时间 | 2021-12-15 |
评分 | 5.00/5 共7次评分 |
开发者 | quellcaching |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/open-source-labs/Quell |
帮助页面URL | https://github.com/open-source-labs/Quell |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Developer tool for the Quell JavaScript library: https:\/\/quell.dev", "version": "2.0", "manifest_version": 3, "name": "Quell Developer Tool", "homepage_url": "https:\/\/quell.dev", "author": "Michael Lav, Lenny Yambao, Jonah Weinbaum, Justin Hua, Chang Cai, Robert Howton, Joshua Jordan, Angelo Chengcuenca, Emily Hoang, Keely Timms, Yusuf Bhaiyat", "action": { "default_icon": { "16": ".\/assets\/icon16.png", "48": ".\/assets\/icon48.png", "128": ".\/assets\/icon128.png" }, "default_title": "Quell Developer Tool" }, "devtools_page": "devtools.html", "icons": { "16": ".\/assets\/icon16.png", "48": ".\/assets\/icon48.png", "128": ".\/assets\/icon128.png" }, "background": { "service_worker": "background.bundle.js", "type": "module" } } |