Resurface

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

Resurface क्या है?

Resurface Code Cabana द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace editable page fields with a pop-out Monaco (VS Code) editor"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Resurface एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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": [
        ""
    ]
}