JSON Formatter
Chrome extension to format JSON
Wat is JSON Formatter?
JSON Formatter is een Chrome-extensie ontwikkeld door Ajanyan, en de belangrijkste functie is "Chrome extension to format JSON".
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
This extension can be used to format JSON data.
Usage 1
1. Select the JSON text on browser screen
2. Right click on the selected text
3. Click on Format JSON
Usage 2
1. Click on the JSON format extension icon
2. Paste the JSON text to the input text area on the left side.
3. Click on Format button Basisinformatie over de Extensie
| Naam | |
| ID | nheccekoienfcnaiegopcdbjanfgcojh |
| Officiële URL | https://chromewebstore.google.com/detail/json-formatter/nheccekoienfcnaiegopcdbjanfgcojh |
| Beschrijving | Chrome extension to format JSON |
| Bestandsgrootte | 26.69 KB |
| Aantal Installaties | 78 |
| Huidige Versie | 1.1.1 |
| Laatst Bijgewerkt | 2023-08-22 |
| Publicatiedatum | 2022-05-30 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Ajanyan |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://docs.google.com/document/d/e/2PACX-1vRYBC-rma1pL7va61UTij-FWdl2E3fA4TOJX3AaDkBqMMjVcl4fkkNd1mAZhmSC_h47DECkuekFuDHA/pub |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JSON Formatter",
"description": "Chrome extension to format JSON",
"version": "1.1.1",
"manifest_version": 3,
"permissions": [
"contextMenus"
],
"icons": {
"128": "icon128.png"
},
"background": {
"service_worker": "background.js"
},
"action": []
} | |