Preloaded JSON viewer
View all JSON information loaded in a webpage inside a script tag with type text/json
Was ist Preloaded JSON viewer?
Preloaded JSON viewer ist eine Chrome-Erweiterung, die von Dipak entwickelt wurde, und ihr Hauptmerkmal ist "View all JSON information loaded in a webpage inside a script tag with type text/json".
Erweiterungsscreenshots
Preloaded JSON viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Preloaded JSON viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Preloaded JSON viewer |
ID | ljblpbnhpnnkjkeilohccngpjmjhifkj |
Offizielle URL | https://chromewebstore.google.com/detail/preloaded-json-viewer/ljblpbnhpnnkjkeilohccngpjmjhifkj |
Beschreibung | View all JSON information loaded in a webpage inside a script tag with type text/json |
Dateigröße | 47.73 KB |
Installationsanzahl | 22 |
Aktuelle Version | 1.2 |
Letztes Update | 2019-05-03 |
Veröffentlichungsdatum | 2019-04-29 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Dipak |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/dipakchandranp/preloaded-json-viewer |
Hilfeseite URL | https://github.com/dipakchandranp/preloaded-json-viewer/issues |
Unterstützte Sprachen | 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": [ " |