Preloaded JSON viewer
View all JSON information loaded in a webpage inside a script tag with type text/json
ما هو Preloaded JSON viewer؟
Preloaded JSON viewer هو إضافة Chrome تم تطويرها بواسطة Dipak، والميزة الرئيسية لها هي "View all JSON information loaded in a webpage inside a script tag with type text/json".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Preloaded JSON viewer
قم بتنزيل ملفات الامتداد Preloaded JSON viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Web site is client-side rendered using React. We normally load data over HTTPS using our syncer architecture, but to avoid the extra roundtrip for the first screen that’s displayed, we embed it into the initial HTML response. Once the server has loaded the data that the client will need¹, it outputs it using a simple This chrome plugin will help to see the data loaded into page like this, to help ease debugging while development and testing
معلومات أساسية عن التمديد
الاسم | Preloaded JSON viewer |
ID | ljblpbnhpnnkjkeilohccngpjmjhifkj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/preloaded-json-viewer/ljblpbnhpnnkjkeilohccngpjmjhifkj |
الوصف | View all JSON information loaded in a webpage inside a script tag with type text/json |
حجم الملف | 47.73 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.2 |
آخر تحديث | 2019-05-03 |
تاريخ النشر | 2019-04-29 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Dipak |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/dipakchandranp/preloaded-json-viewer |
عنوان صفحة المساعدة | https://github.com/dipakchandranp/preloaded-json-viewer/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Preloaded JSON viewer", "version": "1.2", "description": "View all JSON information loaded in a webpage inside a script tag with type text\/json", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ " |