Resurface

Replace editable page fields with a pop-out Monaco (VS Code) editor

What is Resurface?

Resurface is a Chrome extension developed by Code Cabana, and its main feature is "Replace editable page fields with a pop-out Monaco (VS Code) editor".

Extension Screenshots

screenshot

Download Resurface Extension CRX File

Download Resurface extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Resurface Resurface
ID mcneombcjoaibfjnpodhhngnlhapiocl
Official URL https://chromewebstore.google.com/detail/resurface/mcneombcjoaibfjnpodhhngnlhapiocl
Description Replace editable page fields with a pop-out Monaco (VS Code) editor
File Size 3.44 MB
Installation Count 57
Current Version 1.4.4
Last Updated 2022-12-27
Publish Date 2022-05-17
Developer Code Cabana
Email [email protected]
Payment Type in_app
Extension Website https://resurface.codecabana.com.au
Supported Languages 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": [
        ""
    ]
}