Resurface
Replace editable page fields with a pop-out Monaco (VS Code) editor
什么是Resurface?
Resurface是由Code Cabana开发的Chrome扩展程序,该扩展的主要功能是“Replace editable page fields with a pop-out Monaco (VS Code) editor”。
扩展截图
下载Resurface扩展crx文件
下载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": [ " |