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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Resurface
قم بتنزيل ملفات الامتداد Resurface بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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": [ " |