JSON.format
Format JSON data automatically
Apa itu JSON.format?
JSON.format adalah ekstensi Chrome yang dikembangkan oleh https://decentm.com, dan fitur utamanya adalah "Format JSON data automatically".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JSON.format
Unduh file ekstensi JSON.format 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
Make JSON documents readable by reformatting them.
Informasi Dasar Ekstensi
Nama | JSON.format |
ID | kmdhdfngeaifhooibplgfdpaniangcdp |
URL Resmi | https://chromewebstore.google.com/detail/jsonformat/kmdhdfngeaifhooibplgfdpaniangcdp |
Deskripsi | Format JSON data automatically |
Ukuran File | 13.52 KB |
Jumlah Instalasi | 355 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2022-04-25 |
Tanggal Publikasi | 2018-04-25 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://decentm.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/DecentM/extension-json.format |
URL Halaman Bantuan | https://github.com/DecentM/extension-json.format/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON.format", "short_name": "JSON.format", "description": "Format JSON data automatically", "version": "1.0.0", "manifest_version": 2, "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |