Riak JSON editor (fixed)

Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)

Riak JSON editor (fixed)คืออะไร?

Riak JSON editor (fixed) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dtool และคุณลักษณะหลักของมันคือ "Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Riak JSON editor (fixed)

ดาวน์โหลดไฟล์ส่วนขยาย Riak JSON editor (fixed) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Riak JSON editor (fixed) Riak JSON editor (fixed)
ID kecjnicomgodejgdindglhgpafgeagbg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/riak-json-editor-fixed/kecjnicomgodejgdindglhgpafgeagbg
คำอธิบาย Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)
ขนาดไฟล์ 248 KB
จำนวนการติดตั้ง 514
เวอร์ชันปัจจุบัน 0.9.5.2
อัปเดตครั้งล่าสุด 2016-04-02
วันที่เผยแพร่ 2016-04-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา dtool
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}