JSONpop - Textarea JSON editor

Easily edit JSON in textareas

Wat is JSONpop - Textarea JSON editor?

JSONpop - Textarea JSON editor is een Chrome-extensie ontwikkeld door https://allenp.org, en de belangrijkste functie is "Easily edit JSON in textareas".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie JSONpop - Textarea JSON editor

Download JSONpop - Textarea JSON editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam JSONpop - Textarea JSON editor JSONpop - Textarea JSON editor
ID eandmjblhblbcklflfmpokaflbhleaec
Officiële URL https://chromewebstore.google.com/detail/jsonpop-textarea-json-edi/eandmjblhblbcklflfmpokaflbhleaec
Beschrijving Easily edit JSON in textareas
Bestandsgrootte 228 KB
Aantal Installaties 176
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2016-04-05
Publicatiedatum 2016-04-05
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://allenp.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://allenp.org
Ondersteunde Talen 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\/*"
    ]
}