Resurface

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

Resurfaceคืออะไร?

Resurface เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Code Cabana และคุณลักษณะหลักของมันคือ "Replace editable page fields with a pop-out Monaco (VS Code) editor"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Resurface

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
        ""
    ]
}