Monaco Editor
Replaces the CodeMirror based editor in SiteVision with a Monaco based one.
什麼是Monaco Editor?
Monaco Editor是由Daniel Ekeroth開發的Chrome擴展程式,該擴展的主要功能是“Replaces the CodeMirror based editor in SiteVision with a Monaco based one.”。
擴展截圖
下載Monaco Editor擴展crx文件
下載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 |
ID | npedoklkaclmikfmkpdlangkhljgmhni |
官方網址 | 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": [ " |