JSON Formatter
Format the JSON
Apa itu JSON Formatter?
JSON Formatter adalah ekstensi Chrome yang dikembangkan oleh http://news2think.wordpress.com, dan fitur utamanya adalah "Format the JSON".
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
Format/Deformat the JSON responses. As mostly in front end world, all Rest API's responses are JSON, so developer need to format the response whenever needed.
Informasi Dasar Ekstensi
Nama | |
ID | cijffkbbjcfdcaliomlcbddnmpjdpdbc |
URL Resmi | https://chrome.google.com/webstore/detail/json-formatter/cijffkbbjcfdcaliomlcbddnmpjdpdbc |
Deskripsi | Format the JSON |
Ukuran File | 34.77 KB |
Jumlah Instalasi | 109 |
Versi Saat Ini | 2.0.4 |
Terakhir Diperbarui | 2021-10-07 |
Tanggal Publikasi | 2019-08-01 |
Penilaian | 4.80/5 Total 5 Penilaian |
Pengembang | http://news2think.wordpress.com |
[email protected] | |
Tipe Pembayaran | in_app |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JSON Formatter", "description": "Format the JSON", "version": "2.0.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "jsonFormat.html" }, "permissions": [ "activeTab", "https:\/\/www.googletagmanager.com\/gtag\/js", "https:\/\/www.google-analytics.com\/analytics.js" ], "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'" } |