JSON.format
Format JSON data automatically
ما هو JSON.format؟
JSON.format هو إضافة Chrome تم تطويرها بواسطة https://decentm.com، والميزة الرئيسية لها هي "Format JSON data automatically".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JSON.format
قم بتنزيل ملفات الامتداد JSON.format بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Make JSON documents readable by reformatting them.
معلومات أساسية عن التمديد
الاسم | JSON.format |
ID | kmdhdfngeaifhooibplgfdpaniangcdp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jsonformat/kmdhdfngeaifhooibplgfdpaniangcdp |
الوصف | Format JSON data automatically |
حجم الملف | 13.52 KB |
عدد التثبيتات | 355 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2022-04-25 |
تاريخ النشر | 2018-04-25 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://decentm.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/DecentM/extension-json.format |
عنوان صفحة المساعدة | https://github.com/DecentM/extension-json.format/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON.format", "short_name": "JSON.format", "description": "Format JSON data automatically", "version": "1.0.0", "manifest_version": 2, "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |