Resurface

Replace editable page fields with a pop-out Monaco (VS Code) editor

Resurface là gì?

Resurface là một tiện ích mở rộng Chrome được phát triển bởi Code Cabana, và tính năng chính của nó là "Replace editable page fields with a pop-out Monaco (VS Code) editor".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Resurface

Tải xuống các tệp mở rộng Resurface dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Resurface Resurface
ID mcneombcjoaibfjnpodhhngnlhapiocl
URL Chính Thức https://chromewebstore.google.com/detail/resurface/mcneombcjoaibfjnpodhhngnlhapiocl
Mô tả Replace editable page fields with a pop-out Monaco (VS Code) editor
Kích Thước Tệp 3.44 MB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.4.4
Cập Nhật Lần Cuối 2022-12-27
Ngày Phát Hành 2022-05-17
Nhà Phát Triển Code Cabana
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://resurface.codecabana.com.au
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}