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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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