JSONBeautifier

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

Τι είναι το JSONBeautifier;

Το JSONBeautifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον US7, και η κύρια λειτουργία του είναι "This extension allows user to easily delimit those pesky JSONs in Solr".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης JSONBeautifier

Λήψη αρχείων επέκτασης JSONBeautifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα JSONBeautifier JSONBeautifier
ID ofdckocemdaapnoahmbhgfbbodhffajc
Επίσημο URL https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc
Περιγραφή This extension allows user to easily delimit those pesky JSONs in Solr
Μέγεθος Αρχείου 56.76 KB
Αριθμός Εγκαταστάσεων 44
Τρέχουσα Έκδοση 0.67
Τελευταία Ενημέρωση 2017-11-13
Ημερομηνία Δημοσίευσης 2017-11-13
Προγραμματιστής US7
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/usharma7/JSONBeautifier
Υποστηριζόμενες Γλώσσες 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
    }
}