Preloaded JSON viewer
View all JSON information loaded in a webpage inside a script tag with type text/json
Qu'est-ce que Preloaded JSON viewer ?
Preloaded JSON viewer est une extension Chrome développée par Dipak, et sa fonction principale est "View all JSON information loaded in a webpage inside a script tag with type text/json".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Preloaded JSON viewer
Téléchargez les fichiers d'extension Preloaded JSON viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Preloaded JSON viewer |
ID | ljblpbnhpnnkjkeilohccngpjmjhifkj |
URL Officiel | https://chromewebstore.google.com/detail/preloaded-json-viewer/ljblpbnhpnnkjkeilohccngpjmjhifkj |
Description | View all JSON information loaded in a webpage inside a script tag with type text/json |
Taille du Fichier | 47.73 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2019-05-03 |
Date de Publication | 2019-04-29 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Dipak |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/dipakchandranp/preloaded-json-viewer |
URL de la Page d'Aide | https://github.com/dipakchandranp/preloaded-json-viewer/issues |
Langues Prises en Charge | 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": [ " |