Monaco Editor
Edit plain text content using Monaco editor.
Co to jest Monaco Editor?
Monaco Editor to rozszerzenie Chrome opracowane przez jorenm, a jego główną funkcją jest „Edit plain text content using Monaco editor.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Monaco Editor
Pobierz pliki rozszerzeń Monaco Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Provides an implementation of the Monaco editor as an overlay which can be used to edit editable nodes on a page. Open editor using Right Click -> Edit with Monaco Editor or [CMD / CTRL] + Left Click on an editable element. The original content element will be continuously updated with changes from the Monaco editor. To close the editor either hit escape, or click the shadowbox around it. The Monaco editor content will be copied into the original content editor on close.
Podstawowe informacje o rozszerzeniu
Nazwa | Monaco Editor |
ID | bcapgnidkjmolmgddhckjbhkmneljeol |
Oficjalny URL | https://chromewebstore.google.com/detail/monaco-editor/bcapgnidkjmolmgddhckjbhkmneljeol |
Opis | Edit plain text content using Monaco editor. |
Rozmiar pliku | 2.29 MB |
Liczba instalacji | 350 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-12-02 |
Data Publikacji | 2020-12-02 |
Ocena | 4.33/5 Łącznie 3 Oceny |
Deweloper | jorenm |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Monaco Editor", "version": "1.0", "description": "Edit plain text content using Monaco editor.", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "stub.bundle.js" ], "matches": [ " |