Riak JSON editor (fixed)

Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)

Qu'est-ce que Riak JSON editor (fixed) ?

Riak JSON editor (fixed) est une extension Chrome développée par dtool, et sa fonction principale est "Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Riak JSON editor (fixed)

Téléchargez les fichiers d'extension Riak JSON editor (fixed) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        JSON editor for Riak (NOSQL DB).

If you use any JSON view plugin, disable them.

JSON editor - ace editor.

With saving Links and Indexes.

In version 0.9.5.1 added ability to manage meta datas. Improved ui.                    

Informations de Base sur l'Extension

Nom Riak JSON editor (fixed) Riak JSON editor (fixed)
ID kecjnicomgodejgdindglhgpafgeagbg
URL Officiel https://chromewebstore.google.com/detail/riak-json-editor-fixed/kecjnicomgodejgdindglhgpafgeagbg
Description Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)
Taille du Fichier 248 KB
Nombre d'Installations 514
Version Actuelle 0.9.5.2
Dernière Mise à Jour 2016-04-02
Date de Publication 2016-04-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur dtool
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Riak JSON editor (fixed)",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Riak JSON editor fixed (original https:\/\/chrome.google.com\/webstore\/detail\/riak-json-editor\/eeponikjeljlngckgbekknkoncmljfbf)",
    "background": {
        "page": "background.html"
    },
    "version": "0.9.5.2",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}