Riak JSON editor (fixed)
Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)
Apa itu Riak JSON editor (fixed)?
Riak JSON editor (fixed) adalah ekstensi Chrome yang dikembangkan oleh dtool, dan fitur utamanya adalah "Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Riak JSON editor (fixed)
Unduh file ekstensi Riak JSON editor (fixed) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Riak JSON editor (fixed) |
ID | kecjnicomgodejgdindglhgpafgeagbg |
URL Resmi | https://chromewebstore.google.com/detail/riak-json-editor-fixed/kecjnicomgodejgdindglhgpafgeagbg |
Deskripsi | Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf) |
Ukuran File | 248 KB |
Jumlah Instalasi | 514 |
Versi Saat Ini | 0.9.5.2 |
Terakhir Diperbarui | 2016-04-02 |
Tanggal Publikasi | 2016-04-01 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | dtool |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |