JSON Formatter
Format the JSON
What is JSON Formatter?
JSON Formatter is a Chrome extension developed by http://news2think.wordpress.com, and its main feature is "Format the JSON".
Extension Screenshots
Download JSON Formatter Extension CRX File
Download JSON Formatter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cijffkbbjcfdcaliomlcbddnmpjdpdbc |
Official URL | https://chrome.google.com/webstore/detail/json-formatter/cijffkbbjcfdcaliomlcbddnmpjdpdbc |
Description | Format the JSON |
File Size | 34.77 KB |
Installation Count | 109 |
Current Version | 2.0.4 |
Last Updated | 2021-10-07 |
Publish Date | 2019-08-01 |
Rating | 4.80/5 Total 5 Ratings |
Developer | http://news2think.wordpress.com |
[email protected] | |
Payment Type | in_app |
Supported Languages | 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'" } |