JSON Formatter
Makes JSON easy to read. Open source.
Apa itu JSON Formatter?
JSON Formatter adalah ekstensi Chrome yang dikembangkan oleh https://www.cafeboy.org, dan fitur utamanya adalah "Makes JSON easy to read. Open source.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JSON Formatter
Unduh file ekstensi JSON Formatter 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
based on https://github.com/callumlocke/json-formatter add force to return application/json content-type action; change the font; fixed JSONP leading semicolon bug; dark mode.
Informasi Dasar Ekstensi
Nama | JSON Formatter |
ID | cfaihfocdnniaholfnjcemnfhcjchohb |
URL Resmi | https://chromewebstore.google.com/detail/json-formatter/cfaihfocdnniaholfnjcemnfhcjchohb |
Deskripsi | Makes JSON easy to read. Open source. |
Ukuran File | 30.93 KB |
Jumlah Instalasi | 12,295 |
Versi Saat Ini | 0.6.0.3 |
Terakhir Diperbarui | 2022-06-18 |
Tanggal Publikasi | 2020-05-10 |
Penilaian | 4.43/5 Total 21 Penilaian |
Pengembang | https://www.cafeboy.org |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jumkey/json-formatter |
URL Halaman Bantuan | https://github.com/jumkey/json-formatter/issues |
URL Halaman Kebijakan Privasi | https://www.cafeboy.org/privacy.html |
Bahasa yang Didukung | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Formatter", "version": "0.6.0.3", "manifest_version": 2, "description": "Makes JSON easy to read. Open source.", "homepage_url": "https:\/\/github.com\/jumkey\/json-formatter", "minimum_chrome_version": "21", "icons": { "128": "icons\/128.png", "32": "icons\/32.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |