Resurface
Replace editable page fields with a pop-out Monaco (VS Code) editor
Cos'è Resurface?
Resurface è un'estensione di Chrome sviluppata da Code Cabana, e la sua funzione principale è "Replace editable page fields with a pop-out Monaco (VS Code) editor".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Resurface
Scarica i file di estensione Resurface in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | mcneombcjoaibfjnpodhhngnlhapiocl |
| URL Ufficiale | https://chromewebstore.google.com/detail/resurface/mcneombcjoaibfjnpodhhngnlhapiocl |
| Descrizione | Replace editable page fields with a pop-out Monaco (VS Code) editor |
| Dimensione del File | 3.44 MB |
| Conteggio Installazioni | 57 |
| Versione Corrente | 1.4.4 |
| Ultimo Aggiornamento | 2022-12-27 |
| Data di Pubblicazione | 2022-05-17 |
| Sviluppatore | Code Cabana |
| [email protected] | |
| Tipo di Pagamento | in_app |
| Sito Web dell'Estensione | https://resurface.codecabana.com.au |
| Lingue Supportate | 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": [
" | |