JSON Viewer Pro
A completely free extension to visualise JSON response in awesome Tree and Chart view with great user experience and options. ✅…
Co to jest JSON Viewer Pro?
JSON Viewer Pro to rozszerzenie Chrome opracowane przez Rahul Baruri, a jego główną funkcją jest „A completely free extension to visualise JSON response in awesome Tree and Chart view with great user experience and options. ✅…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JSON Viewer Pro
Pobierz pliki rozszerzeń JSON Viewer Pro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | eifflpmocdbdmepbjaopkkhbfmdgijcc |
| Oficjalny URL | https://chromewebstore.google.com/detail/json-viewer-pro/eifflpmocdbdmepbjaopkkhbfmdgijcc |
| Opis | A completely free extension to visualise JSON response in awesome Tree and Chart view with great user experience and options. ✅… |
| Rozmiar pliku | 338 KB |
| Liczba instalacji | 385,193 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2021-03-21 |
| Data Publikacji | 2020-10-04 |
| Ocena | 4.77/5 Łącznie 111 Oceny |
| Deweloper | Rahul Baruri |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/rbrahul/Awesome-JSON-Viewer |
| Adres URL Strony Pomocy | https://github.com/rbrahul/Awesome-JSON-Viewer |
| Obsługiwane Języki | 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"
]
} | |