JSON Formatter is a dark mode extension for chrome. also, it is javascript extension. it's a free extension and is featured in Developer Tools, it has 10,000+ active users since released its first version, it earns an average rating of 4.44 from 16 rated user, last update is 600 days ago.
JSON Formatter automatically formats and prettifies JSON in Chrome. It comes with support for syntax highlighting and over 60 themes. It also makes links clickable automatically and has multiple modes to view JSON, including Parsed Mode, Formatted Raw Mode, and Raw Mode. You can toggle between modes using shortcut keys: Parsed Mode: P key Formatted Raw Mode: Shift + R key Raw Mode: R key Toggle Dark Mode: D key Toggle Toolbar: T key Features: ● Over 60 themes for both light and dark mode ● Syntax highlighting ● Works offline ● No tracking or analytics ● Word wrapping and sorting order to stay organized ● Works with any JSON webpage ● Makes links clickable ● Formats JSON automatically ● Raw, Formatted Raw, and Parsed Mode ● Remembers theme preferences ● Shortcut keys for ease of use ● Collapsible toolbar Note: By default, the extension theme is "System Default." It will change according to your browser's theme. If you want it to be the theme of your choice, you have to set it from the "Extension Settings" or "Extension Options." To change the default formatting option and other settings, set your desired option in the extension settings. To make JSON Formatter work properly on all kinds of sites, in the extension permissions, change "Allow this extension to read and change all your data on websites you visit" from "On Click" to "On all sites," if not already set. To use JSON Formatter in local files, enable "Allow access to file URLs" in the extension settings. To use JSON Formatter in Incognito mode, enable "Allow in Incognito" in the extension settings. Some URLs to test on: https://type.fit/api/quotes https://api.github.com/users https://api.github.com/users/arnav-kr https://api.github.com/repos/arnav-kr/arnav-kr/readme https://api.npms.io/v2/search?q=soloalert https://anapioficeandfire.com/api/houses/1 Created By: Arnav Kumar, GitHub: https://github.com/arnav-kr Twitter: https://twitter.com/arnavkr_ Sponsor me: https://github.com/sponsors/arnav-kr Source code: https://github.com/arnav-kr/json-formatter/ Bug reports and suggestions: https://github.com/arnav-kr/json-formatter/issues/ Changelog: https://github.com/arnav-kr/json-formatter/blob/main/CHANGELOG.md
You could download the latest version crx file or older version files and install it.
English.
50% user give 5-star rating, 25% user give 4-star rating, 13% user give 3-star rating, 13% user give 2-star rating. Read reviews of json formatter
You could find more help information from json formatter support page.
You could send emails to publisher, or check publisher's website.
More about manifest_file of json formatter.
You could click to report abuse of json formatter.
Thank you for this awesome extension! Great job. But one thing that is quite annoying and distracting is seeing the toolbar every time you load the page. The toolbar should be hidden when the page loads and only display if the user chooses to toggle it on.
I would use it over Seven JSON Viewer, but it is currently broken (I am using Brave on Linux) Quick fix for me was to add `.line { line-height: 18px; }`. And font-family should be customizable (text input), so I can see my custom local font instead of the generic one. These 2 changes would make it 5/5 for me.
Almost perfect but... - No leading lines - Empty objects {} shown as [object Object]