DWR Explorer
View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…
ما هو DWR Explorer؟
DWR Explorer هو إضافة Chrome تم تطويرها بواسطة lukeupup، والميزة الرئيسية لها هي "View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DWR Explorer
قم بتنزيل ملفات الامتداد DWR Explorer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
View DWR requests / responses in JSON-like format!
Support:
- Both request and response parser
- Copying the object as JSON
- Request filtering
- Exception highlighting معلومات أساسية عن التمديد
| الاسم | |
| ID | mijfipgkjnpanmnmanbjjibihbdgehlf |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/dwr-explorer/mijfipgkjnpanmnmanbjjibihbdgehlf |
| الوصف | View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -… |
| حجم الملف | 101 KB |
| عدد التثبيتات | 685 |
| النسخة الحالية | 1.1.4 |
| آخر تحديث | 2017-08-31 |
| تاريخ النشر | 2017-08-30 |
| تقييم | 5.00/5 مجموع تقييمات 4 |
| المطور | lukeupup |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DWR Explorer",
"version": "1.1.4",
"icons": {
"200": "assets\/dwr-logo.png"
},
"devtools_page": "devtools.html",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"sandbox": {
"pages": [
"sandbox.html"
]
},
"web_accessible_resources": [
"assets\/*"
]
} | |