JSONView-HATEOAS
View JSON documents in the browser.
Co to jest JSONView-HATEOAS?
JSONView-HATEOAS to rozszerzenie Chrome opracowane przez r3wald, a jego główną funkcją jest „View JSON documents in the browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JSONView-HATEOAS
Pobierz pliki rozszerzeń JSONView-HATEOAS 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
JSONView-HATEOAS
================
This is a fork of Ben Hollis' fabulous [JSONView browser extension](http://jsonview.com).
Focus of this fork is on working with HATEAOS JSON APIs. This means links in all documents
are made clickable. At the moment there are no other changes. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lcnackgadgeghepobofcongbnjajafag |
| Oficjalny URL | https://chromewebstore.google.com/detail/jsonview-hateoas/lcnackgadgeghepobofcongbnjajafag |
| Opis | View JSON documents in the browser. |
| Rozmiar pliku | 80.73 KB |
| Liczba instalacji | 963 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2020-03-27 |
| Data Publikacji | 2020-03-24 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | r3wald |
| Typ Płatności | free |
| Obsługiwane Języki | de,en,fr,nl,tr,ca,es,it,hu,pt-BR,sv,cs,sr,bg,ru,uk,hi,zh-CN,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "JSONView-HATEOAS",
"version": "0.0.1",
"description": "__MSG_extensionDescription__",
"authors": [
{
"name": "Robert Ewald",
"email": "[email protected]"
},
{
"name": "Benjamin Hollis",
"email": "[email protected]"
}
],
"homepage_url": "https:\/\/github.com\/r3wald\/jsonview-hateoas",
"icons": {
"32": "icon.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png",
"256": "icon256.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
" | |