JSON Viewer Pro
A completely free extension to visualise JSON response in awesome Tree and Chart view with great user experience and options. ✅…
Wat is JSON Viewer Pro?
JSON Viewer Pro is een Chrome-extensie ontwikkeld door Rahul Baruri, en de belangrijkste functie is "A completely free extension to visualise JSON response in awesome Tree and Chart view with great user experience and options. ✅…".
Extensie Screenshots
Download het CRX-bestand van de extensie JSON Viewer Pro
Download JSON Viewer Pro-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
A completely free extension to visualise JSON response in awesome Tree and Chart view with great user experience and options.
✅ Completely Free and no advertisements.
Core features:
✅ Beautify JSON response from API
✅ Visual representation of JSON with Chart
✅ Depth traversing of JSON property using breadcrumbs
✅ Write custom JSON in Input area
✅ Import local JSON file
✅ Download JSON file using Context Menu
✅ URL filters
✅ Change Themes
✅ Custom CSS
✅ Cool User Interface.
✅ Copy property and value
✅ Access JSON in your console using only json keyword Basisinformatie over de Extensie
| Naam | |
| ID | eifflpmocdbdmepbjaopkkhbfmdgijcc |
| Officiële URL | https://chromewebstore.google.com/detail/json-viewer-pro/eifflpmocdbdmepbjaopkkhbfmdgijcc |
| Beschrijving | A completely free extension to visualise JSON response in awesome Tree and Chart view with great user experience and options. ✅… |
| Bestandsgrootte | 338 KB |
| Aantal Installaties | 385,193 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2021-03-21 |
| Publicatiedatum | 2020-10-04 |
| Beoordeling | 4.77/5 Totaal 111 Beoordelingen |
| Ontwikkelaar | Rahul Baruri |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/rbrahul/Awesome-JSON-Viewer |
| Help Pagina-URL | https://github.com/rbrahul/Awesome-JSON-Viewer |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JSON Viewer Pro",
"short_name": "JSON Viewer",
"offline_enabled": true,
"version": "1.0.1",
"manifest_version": 2,
"icons": {
"16": "images\/icons\/icon-16.png",
"38": "images\/icons\/icon-32.png",
"128": "images\/icons\/icon-128.png"
},
"background": {
"scripts": [
"\/js\/background.js"
]
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*",
"file:\/\/\/*"
],
"js": [
"\/js\/contentScript.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"browser_action": {
"default_icon": "images\/icons\/icon-16.png"
},
"permissions": [
"*:\/\/*\/*",
"contextMenus"
],
"web_accessible_resources": [
"\/js\/main.js",
"\/css\/main.css",
"\/css\/themes\/mdn.css",
"options.html",
"images\/icons\/gear.png"
]
} | |