Riak JSON editor

Riak JSON editor

Co to jest Riak JSON editor?

Riak JSON editor to rozszerzenie Chrome opracowane przez romulka, a jego główną funkcją jest „Riak JSON editor”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Riak JSON editor

Pobierz pliki rozszerzeń Riak JSON editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Riak JSON editor Riak JSON editor
ID eeponikjeljlngckgbekknkoncmljfbf
Oficjalny URL https://chromewebstore.google.com/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf
Opis Riak JSON editor
Rozmiar pliku 130 KB
Liczba instalacji 985
Aktualna Wersja 0.2.3
Ostatnia Aktualizacja 2016-10-05
Data Publikacji 2016-10-05
Ocena 4.14/5 Łącznie 7 Oceny
Deweloper romulka
Typ Płatności free
Strona Rozszerzenia https://github.com/romulka/riak_json_editor
Obsługiwane Języki 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"
}