JSON Viewer
Port of Firefox's JSON Viewer
Wat is JSON Viewer?
JSON Viewer is een Chrome-extensie ontwikkeld door Rongjian Zhang, en de belangrijkste functie is "Port of Firefox's JSON Viewer".
Extensie Screenshots
Download het CRX-bestand van de extensie JSON Viewer
Download JSON Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is a port of Firefox's JSON Viewer If you open a JSON file in the browser, it is parsed and given syntax highlighting. Arrays and objects are shown collapsed, and you can expand them using the "+" icons. Source code: https://github.com/pd4d10/json-viewer
Basisinformatie over de Extensie
Naam | JSON Viewer |
ID | efknglbfhoddmmfabeihlemgekhhnabb |
Officiële URL | https://chromewebstore.google.com/detail/json-viewer/efknglbfhoddmmfabeihlemgekhhnabb |
Beschrijving | Port of Firefox's JSON Viewer |
Bestandsgrootte | 136 KB |
Aantal Installaties | 38,037 |
Huidige Versie | 2.1.0 |
Laatst Bijgewerkt | 2023-09-17 |
Publicatiedatum | 2018-05-27 |
Beoordeling | 4.75/5 Totaal 40 Beoordelingen |
Ontwikkelaar | Rongjian Zhang |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/pd4d10/json-viewer |
Help Pagina-URL | https://github.com/pd4d10/json-viewer |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JSON Viewer", "version": "2.1.0", "description": "Port of Firefox's JSON Viewer", "offline_enabled": true, "homepage_url": "https:\/\/github.com\/pd4d10\/json-viewer", "content_scripts": [ { "matches": [ " |