Quell Developer Tool

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

Quell Developer Toolคืออะไร?

Quell Developer Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย quellcaching และคุณลักษณะหลักของมันคือ "Developer tool for the Quell JavaScript library: https://quell.dev"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quell Developer Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}