Resurface
Replace editable page fields with a pop-out Monaco (VS Code) editor
Co to jest Resurface?
Resurface to rozszerzenie Chrome opracowane przez Code Cabana, a jego główną funkcją jest „Replace editable page fields with a pop-out Monaco (VS Code) editor”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Resurface
Pobierz pliki rozszerzeń Resurface w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Resurface |
ID | mcneombcjoaibfjnpodhhngnlhapiocl |
Oficjalny URL | https://chromewebstore.google.com/detail/resurface/mcneombcjoaibfjnpodhhngnlhapiocl |
Opis | Replace editable page fields with a pop-out Monaco (VS Code) editor |
Rozmiar pliku | 3.44 MB |
Liczba instalacji | 57 |
Aktualna Wersja | 1.4.4 |
Ostatnia Aktualizacja | 2022-12-27 |
Data Publikacji | 2022-05-17 |
Deweloper | Code Cabana |
[email protected] | |
Typ Płatności | in_app |
Strona Rozszerzenia | https://resurface.codecabana.com.au |
Obsługiwane Języki | 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": [ " |