Resurface
Replace editable page fields with a pop-out Monaco (VS Code) editor
Resurface란 무엇입니까?
Resurface은(는) Code Cabana에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace editable page fields with a pop-out Monaco (VS Code) editor"입니다.
확장 프로그램 스크린샷
Resurface 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Resurface |
ID | mcneombcjoaibfjnpodhhngnlhapiocl |
공식 URL | https://chromewebstore.google.com/detail/resurface/mcneombcjoaibfjnpodhhngnlhapiocl |
설명 | Replace editable page fields with a pop-out Monaco (VS Code) editor |
파일 크기 | 3.44 MB |
설치 횟수 | 57 |
현재 버전 | 1.4.4 |
최근 업데이트 | 2022-12-27 |
출시 날짜 | 2022-05-17 |
개발자 | Code Cabana |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://resurface.codecabana.com.au |
지원되는 언어 | 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": [ " |