Monaco Editor

Replaces the CodeMirror based editor in SiteVision with a Monaco based one.

ما هو Monaco Editor؟

Monaco Editor هو إضافة Chrome تم تطويرها بواسطة Daniel Ekeroth، والميزة الرئيسية لها هي "Replaces the CodeMirror based editor in SiteVision with a Monaco based one.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Monaco Editor

قم بتنزيل ملفات الامتداد Monaco Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension replaces the existing CodeMirror editor that is by default used within SiteVision with the new Monaco editor from Microsoft.                    

معلومات أساسية عن التمديد

الاسم Monaco Editor Monaco Editor
ID npedoklkaclmikfmkpdlangkhljgmhni
عنوان URL الرسمي https://chromewebstore.google.com/detail/monaco-editor/npedoklkaclmikfmkpdlangkhljgmhni
الوصف Replaces the CodeMirror based editor in SiteVision with a Monaco based one.
حجم الملف 6.24 MB
عدد التثبيتات 672
النسخة الحالية 0.1
آخر تحديث 2019-05-26
تاريخ النشر 2019-05-21
المطور Daniel Ekeroth
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monaco Editor",
    "version": "0.1",
    "description": "Replaces the CodeMirror based editor in SiteVision with a Monaco based one.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "popup": "settings.htm"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "loadEditor.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "require.js",
        "monacoRequire.js",
        "\/vs\/*",
        "main.js"
    ],
    "permissions": [
        "activeTab"
    ]
}