Riak JSON editor
Riak JSON editor
Was ist Riak JSON editor?
Riak JSON editor ist eine Chrome-Erweiterung, die von romulka entwickelt wurde, und ihr Hauptmerkmal ist "Riak JSON editor".
Erweiterungsscreenshots
Riak JSON editor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Riak JSON editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eeponikjeljlngckgbekknkoncmljfbf |
| Offizielle URL | https://chromewebstore.google.com/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf |
| Beschreibung | Riak JSON editor |
| Dateigröße | 130 KB |
| Installationsanzahl | 985 |
| Aktuelle Version | 0.2.3 |
| Letztes Update | 2016-10-05 |
| Veröffentlichungsdatum | 2016-10-05 |
| Bewertung | 4.14/5 Insgesamt 7 Bewertungen |
| Entwickler | romulka |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/romulka/riak_json_editor |
| Unterstützte Sprachen | 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"
} | |