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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}