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”。

擴展截圖

screenshot

下載Resurface擴展crx文件

下載Resurface擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Resurface
ID mcneombcjoaibfjnpodhhngnlhapiocl
官方網址 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": [
        ""
    ]
}