Riak JSON editor

Riak JSON editor

Cos'è Riak JSON editor?

Riak JSON editor è un'estensione di Chrome sviluppata da romulka, e la sua funzione principale è "Riak JSON editor".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Riak JSON editor

Scarica i file di estensione Riak 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

                        JSON editor for Riak (NOSQL DB). Deprecated

Instead use this:
https://chrome.google.com/webstore/detail/riak-json-editor-fixed/kecjnicomgodejgdindglhgpafgeagbg?utm_source=chrome-ntp-icon

If you use any JSON view plugin, disable them.

Changelog

v0.2.3
Add options page. Add switch to editor.

v0.2.2
Only one request for data, when location starts without */riak/*

v0.2.0
Apply for every json's requests                    

Informazioni di Base sull'Estensione

Nome Riak JSON editor Riak JSON editor
ID eeponikjeljlngckgbekknkoncmljfbf
URL Ufficiale https://chromewebstore.google.com/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf
Descrizione Riak JSON editor
Dimensione del File 130 KB
Conteggio Installazioni 985
Versione Corrente 0.2.3
Ultimo Aggiornamento 2016-10-05
Data di Pubblicazione 2016-10-05
Valutazione 4.14/5 Totale 7 Valutazioni
Sviluppatore romulka
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/romulka/riak_json_editor
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "resources\/*"
    ],
    "description": "Riak JSON editor",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "includes\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "version": "0.2.3",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation",
        "notifications",
        "cookies"
    ],
    "name": "Riak JSON editor"
}