Riak JSON editor (fixed)
Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)
¿Qué es Riak JSON editor (fixed)?
Riak JSON editor (fixed) es una extensión de Chrome desarrollada por dtool, y su función principal es "Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Riak JSON editor (fixed)
Descarga archivos de extensión Riak JSON editor (fixed) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
JSON editor for Riak (NOSQL DB). If you use any JSON view plugin, disable them. JSON editor - ace editor. With saving Links and Indexes. In version 0.9.5.1 added ability to manage meta datas. Improved ui.
Información Básica de la Extensión
Nombre | Riak JSON editor (fixed) |
ID | kecjnicomgodejgdindglhgpafgeagbg |
URL Oficial | https://chromewebstore.google.com/detail/riak-json-editor-fixed/kecjnicomgodejgdindglhgpafgeagbg |
Descripción | Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf) |
Tamaño del Archivo | 248 KB |
Cantidad de Instalaciones | 514 |
Versión Actual | 0.9.5.2 |
Última Actualización | 2016-04-02 |
Fecha de Publicación | 2016-04-01 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | dtool |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Riak JSON editor (fixed)", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Riak JSON editor fixed (original https:\/\/chrome.google.com\/webstore\/detail\/riak-json-editor\/eeponikjeljlngckgbekknkoncmljfbf)", "background": { "page": "background.html" }, "version": "0.9.5.2", "options_page": "options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |