JSON Formatter
Makes JSON easy to read. Open source.
Wat is JSON Formatter?
JSON Formatter is een Chrome-extensie ontwikkeld door Nik Rolls, en de belangrijkste functie is "Makes JSON easy to read. Open source.".
Extensie Screenshots
Download het CRX-bestand van de extensie JSON Formatter
Download JSON Formatter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Makes JSON easy to read. Open source. A fork of the original (no-longer updated) extension by Callum Locke.
FEATURES
• JSON & JSONP support
• Syntax highlighting with 36 light and dark themes
• Collapsible trees, with indent guides
• Line numbers
• Clickable URLs
• Toggle between raw and parsed JSON
• Works on any valid JSON page – URL doesn't matter
• Works on local files too (if you enable this in chrome://extensions)
• You can inspect the JSON by typing "json" in the console
(Note: this extension might clash with other JSON highlighters/beautifiers, like ‘JSONView’, ‘Pretty JSON’ or ‘Sight’ – disable those before trying this.)
PRO TIP
Hold down Ctrl (or Cmd on Mac) while collapsing a tree if you want to collapse all its siblings too.
PRIVACY
No tracking, no advertising, and nothing else nefarious.
SOURCE CODE
github.com/nikrolls/json-formatter
BUGS/SUGGESTIONS
github.com/nikrolls/json-formatter/issues
QUESTIONS
twitter.com/nikrolls Basisinformatie over de Extensie
| Naam | |
| ID | mhimpmpmffogbmmkmajibklelopddmjf |
| Officiële URL | https://chromewebstore.google.com/detail/json-formatter/mhimpmpmffogbmmkmajibklelopddmjf |
| Beschrijving | Makes JSON easy to read. Open source. |
| Bestandsgrootte | 40.9 KB |
| Aantal Installaties | 45,977 |
| Huidige Versie | 0.10.0 |
| Laatst Bijgewerkt | 2017-05-08 |
| Publicatiedatum | 2017-05-08 |
| Beoordeling | 4.35/5 Totaal 65 Beoordelingen |
| Ontwikkelaar | Nik Rolls |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/nikrolls/json-formatter |
| Help Pagina-URL | https://github.com/nikrolls/json-formatter/Issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JSON Formatter",
"version": "0.10.0",
"manifest_version": 2,
"description": "Makes JSON easy to read. Open source.",
"homepage_url": "https:\/\/github.com\/nikrolls\/json-formatter",
"author": "Nik Rolls, Callum Locke",
"minimum_edge_version": "40",
"minimum_chrome_version": "21",
"icons": {
"128": "icons\/128.png",
"32": "icons\/32.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
" | |