JSON Viewer
Port of Firefox's JSON Viewer
ما هو JSON Viewer؟
JSON Viewer هو إضافة Chrome تم تطويرها بواسطة Rongjian Zhang، والميزة الرئيسية لها هي "Port of Firefox's JSON Viewer".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JSON Viewer
قم بتنزيل ملفات الامتداد JSON Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a port of Firefox's JSON Viewer If you open a JSON file in the browser, it is parsed and given syntax highlighting. Arrays and objects are shown collapsed, and you can expand them using the "+" icons. Source code: https://github.com/pd4d10/json-viewer
معلومات أساسية عن التمديد
الاسم | JSON Viewer |
ID | efknglbfhoddmmfabeihlemgekhhnabb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/json-viewer/efknglbfhoddmmfabeihlemgekhhnabb |
الوصف | Port of Firefox's JSON Viewer |
حجم الملف | 136 KB |
عدد التثبيتات | 38,037 |
النسخة الحالية | 2.1.0 |
آخر تحديث | 2023-09-17 |
تاريخ النشر | 2018-05-27 |
تقييم | 4.75/5 مجموع تقييمات 40 |
المطور | Rongjian Zhang |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/pd4d10/json-viewer |
عنوان صفحة المساعدة | https://github.com/pd4d10/json-viewer |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JSON Viewer", "version": "2.1.0", "description": "Port of Firefox's JSON Viewer", "offline_enabled": true, "homepage_url": "https:\/\/github.com\/pd4d10\/json-viewer", "content_scripts": [ { "matches": [ " |