Preloaded JSON viewer
View all JSON information loaded in a webpage inside a script tag with type text/json
Hvad er Preloaded JSON viewer?
Preloaded JSON viewer er en Chrome-udvidelse udviklet af Dipak, og dens hovedfunktion er "View all JSON information loaded in a webpage inside a script tag with type text/json".
Udvidelsesskærmbilleder
Download Preloaded JSON viewer-udvidelses-CRX-fil
Download Preloaded JSON viewer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Preloaded JSON viewer |
ID | ljblpbnhpnnkjkeilohccngpjmjhifkj |
Officiel URL | https://chromewebstore.google.com/detail/preloaded-json-viewer/ljblpbnhpnnkjkeilohccngpjmjhifkj |
Beskrivelse | View all JSON information loaded in a webpage inside a script tag with type text/json |
Filstørrelse | 47.73 KB |
Antal Installationer | 22 |
Nuværende Version | 1.2 |
Senest Opdateret | 2019-05-03 |
Udgivelsesdato | 2019-04-29 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Dipak |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/dipakchandranp/preloaded-json-viewer |
Hjælpeside-URL | https://github.com/dipakchandranp/preloaded-json-viewer/issues |
Understøttede Sprog | 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": [ " |