JSON Formatter
Chrome extension to format JSON
ما هو JSON Formatter؟
JSON Formatter هو إضافة Chrome تم تطويرها بواسطة Ajanyan، والميزة الرئيسية لها هي "Chrome extension to format JSON".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JSON Formatter
قم بتنزيل ملفات الامتداد JSON Formatter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension can be used to format JSON data. Usage 1 1. Select the JSON text on browser screen 2. Right click on the selected text 3. Click on Format JSON Usage 2 1. Click on the JSON format extension icon 2. Paste the JSON text to the input text area on the left side. 3. Click on Format button
معلومات أساسية عن التمديد
الاسم | JSON Formatter |
ID | nheccekoienfcnaiegopcdbjanfgcojh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/json-formatter/nheccekoienfcnaiegopcdbjanfgcojh |
الوصف | Chrome extension to format JSON |
حجم الملف | 26.69 KB |
عدد التثبيتات | 78 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2023-08-22 |
تاريخ النشر | 2022-05-30 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Ajanyan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://docs.google.com/document/d/e/2PACX-1vRYBC-rma1pL7va61UTij-FWdl2E3fA4TOJX3AaDkBqMMjVcl4fkkNd1mAZhmSC_h47DECkuekFuDHA/pub |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Formatter", "description": "Chrome extension to format JSON", "version": "1.1.1", "manifest_version": 3, "permissions": [ "contextMenus" ], "icons": { "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "action": [] } |