Resurface

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

Wat is Resurface?

Resurface is een Chrome-extensie ontwikkeld door Code Cabana, en de belangrijkste functie is "Replace editable page fields with a pop-out Monaco (VS Code) editor".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Resurface

Download Resurface-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Resurface Resurface
ID mcneombcjoaibfjnpodhhngnlhapiocl
Officiële URL https://chromewebstore.google.com/detail/resurface/mcneombcjoaibfjnpodhhngnlhapiocl
Beschrijving Replace editable page fields with a pop-out Monaco (VS Code) editor
Bestandsgrootte 3.44 MB
Aantal Installaties 57
Huidige Versie 1.4.4
Laatst Bijgewerkt 2022-12-27
Publicatiedatum 2022-05-17
Ontwikkelaar Code Cabana
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://resurface.codecabana.com.au
Ondersteunde Talen 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": [
        ""
    ]
}