Riak JSON editor

Riak JSON editor

What is Riak JSON editor?

Riak JSON editor is a Chrome extension developed by romulka, and its main feature is "Riak JSON editor".

Extension Screenshots

screenshot

Download Riak JSON editor Extension CRX File

Download Riak JSON editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Riak JSON editor Riak JSON editor
ID eeponikjeljlngckgbekknkoncmljfbf
Official URL https://chromewebstore.google.com/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf
Description Riak JSON editor
File Size 130 KB
Installation Count 985
Current Version 0.2.3
Last Updated 2016-10-05
Publish Date 2016-10-05
Rating 4.14/5 Total 7 Ratings
Developer romulka
Payment Type free
Extension Website https://github.com/romulka/riak_json_editor
Supported Languages 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"
}