JSONpop - Textarea JSON editor

Easily edit JSON in textareas

Cos'è JSONpop - Textarea JSON editor?

JSONpop - Textarea JSON editor è un'estensione di Chrome sviluppata da https://allenp.org, e la sua funzione principale è "Easily edit JSON in textareas".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione JSONpop - Textarea JSON editor

Scarica i file di estensione JSONpop - Textarea JSON editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Easily edit JSON in textareas. This extension looks for any textareas that have JSON in them and allows you to edit it with a popup window.                    

Informazioni di Base sull'Estensione

Nome JSONpop - Textarea JSON editor JSONpop - Textarea JSON editor
ID eandmjblhblbcklflfmpokaflbhleaec
URL Ufficiale https://chromewebstore.google.com/detail/jsonpop-textarea-json-edi/eandmjblhblbcklflfmpokaflbhleaec
Descrizione Easily edit JSON in textareas
Dimensione del File 228 KB
Conteggio Installazioni 176
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2016-04-05
Data di Pubblicazione 2016-04-05
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://allenp.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://allenp.org
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSONpop - Textarea JSON editor",
    "version": "0.0.0.2",
    "description": "Easily edit JSON in textareas",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/font.css",
                "\/css\/skeleton.css",
                "\/css\/remodal.css",
                "\/css\/remodal-default-theme.css",
                "\/css\/codemirror.css",
                "\/css\/mdn-like.css",
                "\/css\/monokai.css",
                "\/css\/lint.css",
                "\/css\/foldgutter.css",
                "main.css"
            ],
            "js": [
                "\/js\/zepto.min.js",
                "\/js\/remodal.min.js",
                "\/js\/codemirror.js",
                "\/js\/javascript_json.js",
                "\/js\/lint.js",
                "\/js\/jsonlint.js",
                "\/js\/json-lint.js",
                "\/js\/foldcode.js",
                "\/js\/brace-fold.js",
                "\/js\/foldgutter.js",
                "\/js\/matchbrackets.js",
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "template.html",
        "\/fonts\/*",
        "\/img\/*"
    ]
}