Preloaded JSON viewer
View all JSON information loaded in a webpage inside a script tag with type text/json
Vad är Preloaded JSON viewer?
Preloaded JSON viewer är en Chrome-tillägg utvecklad av Dipak, och dess huvudfunktion är "View all JSON information loaded in a webpage inside a script tag with type text/json".
Tilläggsskärmbilder
Ladda ner Preloaded JSON viewer-förlängningens CRX-fil
Ladda ner Preloaded JSON viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Preloaded JSON viewer |
ID | ljblpbnhpnnkjkeilohccngpjmjhifkj |
Officiell webbadress | https://chromewebstore.google.com/detail/preloaded-json-viewer/ljblpbnhpnnkjkeilohccngpjmjhifkj |
Beskrivning | View all JSON information loaded in a webpage inside a script tag with type text/json |
Filstorlek | 47.73 KB |
Antal Installationer | 22 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2019-05-03 |
Publiceringsdatum | 2019-04-29 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Dipak |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/dipakchandranp/preloaded-json-viewer |
Hjälpsida URL | https://github.com/dipakchandranp/preloaded-json-viewer/issues |
Stödda Språk | 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": [ " |