Quell Developer Tool

Developer tool for the Quell JavaScript library: https://quell.dev

Wat is Quell Developer Tool?

Quell Developer Tool is een Chrome-extensie ontwikkeld door quellcaching, en de belangrijkste functie is "Developer tool for the Quell JavaScript library: https://quell.dev".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Quell Developer Tool

Download Quell Developer Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Quell Developer Tool Quell Developer Tool
ID jnegkegcgpgfomoolnjjkmkippoellod
Officiële URL https://chromewebstore.google.com/detail/quell-developer-tool/jnegkegcgpgfomoolnjjkmkippoellod
Beschrijving Developer tool for the Quell JavaScript library: https://quell.dev
Bestandsgrootte 431 KB
Aantal Installaties 93
Huidige Versie 2.0
Laatst Bijgewerkt 2023-06-02
Publicatiedatum 2021-12-15
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar quellcaching
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/open-source-labs/Quell
Help Pagina-URL https://github.com/open-source-labs/Quell
Ondersteunde Talen 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"
    }
}