JSON Viewer React
JSON viewer built using ReactJS. View full JSON paths on hover, copy full paths or path values, and toggle collapse of all objects.
ما هو JSON Viewer React؟
JSON Viewer React هو إضافة Chrome تم تطويرها بواسطة seeto.alexander، والميزة الرئيسية لها هي "JSON viewer built using ReactJS. View full JSON paths on hover, copy full paths or path values, and toggle collapse of all objects.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JSON Viewer React
قم بتنزيل ملفات الامتداد JSON Viewer React بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
JSON viewer built using ReactJS. View full JSON paths on hover, copy full paths or path values, and toggle collapse of all objects.
معلومات أساسية عن التمديد
الاسم | JSON Viewer React |
ID | icmodedamhnefjjpoiiajlpeldehdofi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/json-viewer-react/icmodedamhnefjjpoiiajlpeldehdofi |
الوصف | JSON viewer built using ReactJS. View full JSON paths on hover, copy full paths or path values, and toggle collapse of all objects. |
حجم الملف | 882 KB |
عدد التثبيتات | 529 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2022-11-13 |
تاريخ النشر | 2019-03-08 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | seeto.alexander |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ASeeto/json-viewer-react |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "JSON viewer built using ReactJS. View full JSON paths on hover, copy full paths or path values, and toggle collapse of all objects.", "version": "1.0.2", "name": "JSON Viewer React", "browser_action": { "default_popup": "popup.html", "default_icon": "json-viewer-react-icon-16.png" }, "content_scripts": [ { "matches": [ " |