JSON Formatter
Makes JSON easy to read. Open source.
ما هو JSON Formatter؟
JSON Formatter هو إضافة Chrome تم تطويرها بواسطة https://www.cafeboy.org، والميزة الرئيسية لها هي "Makes JSON easy to read. Open source.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JSON Formatter
قم بتنزيل ملفات الامتداد JSON Formatter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
based on https://github.com/callumlocke/json-formatter add force to return application/json content-type action; change the font; fixed JSONP leading semicolon bug; dark mode.
معلومات أساسية عن التمديد
الاسم | JSON Formatter |
ID | cfaihfocdnniaholfnjcemnfhcjchohb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/json-formatter/cfaihfocdnniaholfnjcemnfhcjchohb |
الوصف | Makes JSON easy to read. Open source. |
حجم الملف | 30.93 KB |
عدد التثبيتات | 12,295 |
النسخة الحالية | 0.6.0.3 |
آخر تحديث | 2022-06-18 |
تاريخ النشر | 2020-05-10 |
تقييم | 4.43/5 مجموع تقييمات 21 |
المطور | https://www.cafeboy.org |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jumkey/json-formatter |
عنوان صفحة المساعدة | https://github.com/jumkey/json-formatter/issues |
عنوان صفحة سياسة الخصوصية | https://www.cafeboy.org/privacy.html |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Formatter", "version": "0.6.0.3", "manifest_version": 2, "description": "Makes JSON easy to read. Open source.", "homepage_url": "https:\/\/github.com\/jumkey\/json-formatter", "minimum_chrome_version": "21", "icons": { "128": "icons\/128.png", "32": "icons\/32.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |