Beautify JSON

Pretty print collapsible JSON

Vad är Beautify JSON?

Beautify JSON är en Chrome-tillägg utvecklad av https://nopecha.com, och dess huvudfunktion är "Pretty print collapsible JSON".

Tilläggsskärmbilder

screenshot

Ladda ner Beautify JSON-förlängningens CRX-fil

Ladda ner Beautify JSON-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

                        Converts webpages displaying JSON text into interactive JSON, similar to how Firefox browsers and Chrome devtools display JSON data.                    

Grundläggande Information om Tillägg

Namn Beautify JSON Beautify JSON
ID mobfcgfeagjbajejjnblfeceageepecj
Officiell webbadress https://chromewebstore.google.com/detail/beautify-json/mobfcgfeagjbajejjnblfeceageepecj
Beskrivning Pretty print collapsible JSON
Filstorlek 11.18 KB
Antal Installationer 75
Aktuell Version 0.1.1
Senast Uppdaterad 2023-10-27
Publiceringsdatum 2022-07-09
Utvecklare https://nopecha.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.nopecha.com/privacy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautify JSON",
    "manifest_version": 3,
    "version": "0.1.1",
    "description": "Pretty print collapsible JSON",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    }
}