JSONBeautifier

This extension allows user to easily delimit those pesky JSONs in Solr

Hvad er JSONBeautifier?

JSONBeautifier er en Chrome-udvidelse udviklet af US7, og dens hovedfunktion er "This extension allows user to easily delimit those pesky JSONs in Solr".

Udvidelsesskærmbilleder

screenshot
screenshot

Download JSONBeautifier-udvidelses-CRX-fil

Download JSONBeautifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Have you ever came across a stingified JSON object? JSON beautifier makes it easy, simple, and painless for you to convert strings to nicely formatted and readable JSON objects (and vice versa). With this easy extension, there is no need to open another browser, copy, paste, and then switch back to your original page. JSON beautifier was made to increase the latency of workflows 

I hope this helps you ! 

-----Coming Soon----

Select string text on the page and right click - popup with JSON formatted will appear automatically. Easy!                    

Grundlæggende oplysninger om udvidelsen

Navn JSONBeautifier JSONBeautifier
ID ofdckocemdaapnoahmbhgfbbodhffajc
Officiel URL https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc
Beskrivelse This extension allows user to easily delimit those pesky JSONs in Solr
Filstørrelse 56.76 KB
Antal Installationer 44
Nuværende Version 0.67
Senest Opdateret 2017-11-13
Udgivelsesdato 2017-11-13
Udvikler US7
Betalingsmetode free
Udvidelseswebsted https://github.com/usharma7/JSONBeautifier
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSONBeautifier",
    "description": "This extension allows user to easily delimit those pesky JSONs in Solr",
    "version": "0.67",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "popup.js",
            "background.js",
            "selected.js"
        ],
        "persistent": true
    }
}