Riak JSON editor

Riak JSON editor

Riak JSON editorとは何ですか?

Riak JSON editorはromulkaによって開発されたChromeの拡張機能で、その主な機能は「Riak JSON editor」です。

拡張機能のスクリーンショット

screenshot

Riak JSON editor拡張機能のCRXファイルをダウンロード

Riak JSON editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Riak JSON editor Riak JSON editor
ID eeponikjeljlngckgbekknkoncmljfbf
公式URL https://chromewebstore.google.com/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf
説明 Riak JSON editor
ファイルサイズ 130 KB
インストール数 985
現在のバージョン 0.2.3
最終更新日 2016-10-05
公開日 2016-10-05
評価 4.14/5 合計 7 レビュー
開発者 romulka
支払い方法 free
拡張機能のウェブサイト https://github.com/romulka/riak_json_editor
対応言語 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"
}