JSONView-HATEOAS
View JSON documents in the browser.
Apa itu JSONView-HATEOAS?
JSONView-HATEOAS adalah ekstensi Chrome yang dikembangkan oleh r3wald, dan fitur utamanya adalah "View JSON documents in the browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JSONView-HATEOAS
Unduh file ekstensi JSONView-HATEOAS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | JSONView-HATEOAS |
ID | lcnackgadgeghepobofcongbnjajafag |
URL Resmi | https://chromewebstore.google.com/detail/jsonview-hateoas/lcnackgadgeghepobofcongbnjajafag |
Deskripsi | View JSON documents in the browser. |
Ukuran File | 80.73 KB |
Jumlah Instalasi | 963 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2020-03-27 |
Tanggal Publikasi | 2020-03-24 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | r3wald |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |