Resurface
Replace editable page fields with a pop-out Monaco (VS Code) editor
Was ist Resurface?
Resurface ist eine Chrome-Erweiterung, die von Code Cabana entwickelt wurde, und ihr Hauptmerkmal ist "Replace editable page fields with a pop-out Monaco (VS Code) editor".
Erweiterungsscreenshots
Resurface-Erweiterungs-CRX-Datei herunterladen
Laden Sie Resurface-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mcneombcjoaibfjnpodhhngnlhapiocl |
| Offizielle URL | https://chromewebstore.google.com/detail/resurface/mcneombcjoaibfjnpodhhngnlhapiocl |
| Beschreibung | Replace editable page fields with a pop-out Monaco (VS Code) editor |
| Dateigröße | 3.44 MB |
| Installationsanzahl | 57 |
| Aktuelle Version | 1.4.4 |
| Letztes Update | 2022-12-27 |
| Veröffentlichungsdatum | 2022-05-17 |
| Entwickler | Code Cabana |
| [email protected] | |
| Zahlungsart | in_app |
| Erweiterungswebsite | https://resurface.codecabana.com.au |
| Unterstützte Sprachen | 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": [
" | |