Quell Developer Tool
Developer tool for the Quell JavaScript library: https://quell.dev
What is Quell Developer Tool?
Quell Developer Tool is a Chrome extension developed by quellcaching, and its main feature is "Developer tool for the Quell JavaScript library: https://quell.dev".
Extension Screenshots
Download Quell Developer Tool Extension CRX File
Download Quell Developer Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Quell Developer Tool |
ID | jnegkegcgpgfomoolnjjkmkippoellod |
Official URL | https://chromewebstore.google.com/detail/quell-developer-tool/jnegkegcgpgfomoolnjjkmkippoellod |
Description | Developer tool for the Quell JavaScript library: https://quell.dev |
File Size | 431 KB |
Installation Count | 93 |
Current Version | 2.0 |
Last Updated | 2023-06-02 |
Publish Date | 2021-12-15 |
Rating | 5.00/5 Total 7 Ratings |
Developer | quellcaching |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/open-source-labs/Quell |
Help Page URL | https://github.com/open-source-labs/Quell |
Supported Languages | 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" } } |