Resurface
Replace editable page fields with a pop-out Monaco (VS Code) editor
Vad är Resurface?
Resurface är en Chrome-tillägg utvecklad av Code Cabana, och dess huvudfunktion är "Replace editable page fields with a pop-out Monaco (VS Code) editor".
Tilläggsskärmbilder
Ladda ner Resurface-förlängningens CRX-fil
Ladda ner Resurface-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Resurface |
ID | mcneombcjoaibfjnpodhhngnlhapiocl |
Officiell webbadress | https://chromewebstore.google.com/detail/resurface/mcneombcjoaibfjnpodhhngnlhapiocl |
Beskrivning | Replace editable page fields with a pop-out Monaco (VS Code) editor |
Filstorlek | 3.44 MB |
Antal Installationer | 57 |
Aktuell Version | 1.4.4 |
Senast Uppdaterad | 2022-12-27 |
Publiceringsdatum | 2022-05-17 |
Utvecklare | Code Cabana |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://resurface.codecabana.com.au |
Stödda Språk | 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": [ " |