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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quell Developer Tool
قم بتنزيل ملفات الامتداد Quell Developer Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
}
} | |