JSON++
JSON viewer with JSON path search
Apa itu JSON++?
JSON++ adalah ekstensi Chrome yang dikembangkan oleh Dovocode, dan fitur utamanya adalah "JSON viewer with JSON path search".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JSON++
Unduh file ekstensi JSON++ 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
Direct JSON viewer extension with JSON path search to identify the paths and only test several parts. This extension checks the application/json header. To detect if it should be shown, the data is also collapsible
Informasi Dasar Ekstensi
Nama | JSON++ |
ID | iglemljkbocdodbincahibnabahledap |
URL Resmi | https://chromewebstore.google.com/detail/json++/iglemljkbocdodbincahibnabahledap |
Deskripsi | JSON viewer with JSON path search |
Ukuran File | 60.41 KB |
Jumlah Instalasi | 156 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2022-07-03 |
Tanggal Publikasi | 2020-09-24 |
Pengembang | Dovocode |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON++", "version": "0.0.2", "manifest_version": 2, "description": "JSON viewer with JSON path search", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |