JSON Array Editor
Replace keys or values in your JSON
ما هو JSON Array Editor؟
JSON Array Editor هو إضافة Chrome تم تطويرها بواسطة JARRARDXYZ، والميزة الرئيسية لها هي "Replace keys or values in your JSON".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JSON Array Editor
قم بتنزيل ملفات الامتداد JSON Array Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is a useful tool to find and replace values in JSON arrays and objects. Rename your ID key to CustomerID, replace all null values with something useful. Updated: Added iterative replacement button - keep changing values on your JSON!
معلومات أساسية عن التمديد
الاسم | JSON Array Editor |
ID | egifieelfbfkjhfhbadkkkpimdiebehg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/json-array-editor/egifieelfbfkjhfhbadkkkpimdiebehg |
الوصف | Replace keys or values in your JSON |
حجم الملف | 6.2 KB |
عدد التثبيتات | 103 |
النسخة الحالية | 1.3 |
آخر تحديث | 2022-05-17 |
تاريخ النشر | 2019-12-24 |
المطور | JARRARDXYZ |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Array Editor", "version": "1.3", "description": "Replace keys or values in your JSON", "permissions": [], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/replacer16.png", "32": "images\/replacer32.png", "48": "images\/replacer48.png", "128": "images\/replacer128.png" } }, "icons": { "16": "images\/replacer16.png", "32": "images\/replacer32.png", "48": "images\/replacer48.png", "128": "images\/replacer128.png" }, "manifest_version": 3 } |