Resurface
Replace editable page fields with a pop-out Monaco (VS Code) editor
Apa itu Resurface?
Resurface adalah ekstensi Chrome yang dikembangkan oleh Code Cabana, dan fitur utamanya adalah "Replace editable page fields with a pop-out Monaco (VS Code) editor".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Resurface
Unduh file ekstensi Resurface dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Resurface |
ID | mcneombcjoaibfjnpodhhngnlhapiocl |
URL Resmi | https://chromewebstore.google.com/detail/resurface/mcneombcjoaibfjnpodhhngnlhapiocl |
Deskripsi | Replace editable page fields with a pop-out Monaco (VS Code) editor |
Ukuran File | 3.44 MB |
Jumlah Instalasi | 57 |
Versi Saat Ini | 1.4.4 |
Terakhir Diperbarui | 2022-12-27 |
Tanggal Publikasi | 2022-05-17 |
Pengembang | Code Cabana |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://resurface.codecabana.com.au |
Bahasa yang Didukung | 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": [ " |