Resurface
Replace editable page fields with a pop-out Monaco (VS Code) editor
Что такое Resurface?
Resurface - это расширение Chrome, разработанное Code Cabana, и его основная функция - "Replace editable page fields with a pop-out Monaco (VS Code) editor".
Снимки экрана расширения
Скачать файл CRX расширения Resurface
Скачайте файлы расширений Resurface в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Upgraded code editor for Squarespace, Shopify, Showit, Wix + more! Ever had a frustrating experience while editing code on a website building platform? Resurface provides a slick code editing experience powered by the same engine inside Microsoft's Visual Studio Code, the most popular code editor trusted by developers everywhere
Основная информация о расширении
Название | Resurface |
ID | mcneombcjoaibfjnpodhhngnlhapiocl |
Официальный URL | https://chromewebstore.google.com/detail/resurface/mcneombcjoaibfjnpodhhngnlhapiocl |
Описание | Replace editable page fields with a pop-out Monaco (VS Code) editor |
Размер файла | 3.44 MB |
Количество установок | 57 |
Текущая Версия | 1.4.4 |
Последнее Обновление | 2022-12-27 |
Дата публикации | 2022-05-17 |
Разработчик | Code Cabana |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | https://resurface.codecabana.com.au |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Resurface", "version": "1.4.4", "description": "Replace editable page fields with a pop-out Monaco (VS Code) editor", "icons": { "16": "assets\/resurface-logo-16.png", "48": "assets\/resurface-logo-48.png", "128": "assets\/resurface-logo-128.png" }, "background": { "service_worker": "service-worker.js", "type": "module" }, "action": { "default_title": "Click me to highlight Resurface targets on this page" }, "options_page": "assets\/options.html", "permissions": [ "scripting", "tabs", "storage", "contextMenus" ], "host_permissions": [ " |