atomic dev tool
A Chrome extension that helps debug atomic state management.
ما هو atomic dev tool؟
atomic dev tool هو إضافة Chrome تم تطويرها بواسطة kaizenatomic، والميزة الرئيسية لها هي "A Chrome extension that helps debug atomic state management.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة atomic dev tool
قم بتنزيل ملفات الامتداد atomic dev tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Atomic is an open source Google Chrome developer tool designed for applications built using Jotai as a state management library. Atomic developer tool provides real-time snapshots of a Jotai application's atomic state and component structure allowing developers to visually inspect their application state and a readily to determine development solutions. Key features of Atomic devtool include: - Display state changes between snapshots - Display component tree structure - Dynamically rendering graphic component visualization with state changes - Atom network data visualization for both atom dependents and atom read dependencies
معلومات أساسية عن التمديد
الاسم | atomic dev tool |
ID | nnchkolpjdpkpbolophmdkglenapodbo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/atomic-dev-tool/nnchkolpjdpkpbolophmdkglenapodbo |
الوصف | A Chrome extension that helps debug atomic state management. |
حجم الملف | 1.13 MB |
عدد التثبيتات | 209 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-04-22 |
تاريخ النشر | 2021-04-22 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | kaizenatomic |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.atomictool.dev/ |
عنوان صفحة المساعدة | https://www.npmjs.com/package/atomic-devtools |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "atomic dev tool", "version": "1.0.0", "devtools_page": "devtools.html", "description": "A Chrome extension that helps debug atomic state management.", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'", "web_accessible_resources": [ "bundles\/backend.bundle.js" ], "background": { "scripts": [ "bundles\/background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |