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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}