Riak JSON editor (fixed)
Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)
O que é Riak JSON editor (fixed)?
Riak JSON editor (fixed) é uma extensão do Chrome desenvolvida por dtool, e sua principal característica é "Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Riak JSON editor (fixed)
Baixe arquivos de extensão Riak JSON editor (fixed) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Riak JSON editor (fixed) |
ID | kecjnicomgodejgdindglhgpafgeagbg |
URL Oficial | https://chromewebstore.google.com/detail/riak-json-editor-fixed/kecjnicomgodejgdindglhgpafgeagbg |
Descrição | Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf) |
Tamanho do Arquivo | 248 KB |
Contagem de Instalações | 514 |
Versão Atual | 0.9.5.2 |
Última Atualização | 2016-04-02 |
Data de Publicação | 2016-04-01 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | dtool |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |