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": [
        ""
    ]
}