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
公式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
Eメール [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": [
        ""
    ]
}