JSON.format
Format JSON data automatically
Vad är JSON.format?
JSON.format är en Chrome-tillägg utvecklad av https://decentm.com, och dess huvudfunktion är "Format JSON data automatically".
Tilläggsskärmbilder
Ladda ner JSON.format-förlängningens CRX-fil
Ladda ner JSON.format-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Make JSON documents readable by reformatting them. Grundläggande Information om Tillägg
| Namn | |
| ID | kmdhdfngeaifhooibplgfdpaniangcdp |
| Officiell webbadress | https://chromewebstore.google.com/detail/jsonformat/kmdhdfngeaifhooibplgfdpaniangcdp |
| Beskrivning | Format JSON data automatically |
| Filstorlek | 13.52 KB |
| Antal Installationer | 355 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2022-04-25 |
| Publiceringsdatum | 2018-04-25 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://decentm.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/DecentM/extension-json.format |
| Hjälpsida URL | https://github.com/DecentM/extension-json.format/issues |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JSON.format",
"short_name": "JSON.format",
"description": "Format JSON data automatically",
"version": "1.0.0",
"manifest_version": 2,
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |