GoRes2
Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required
ما هو GoRes2؟
GoRes2 هو إضافة Chrome تم تطويرها بواسطة 白眉鹰王، والميزة الرئيسية لها هي "Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GoRes2
قم بتنزيل ملفات الامتداد GoRes2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
As a web developer, when I debug the web, often need mock some data for test or debug, traditionally, we can use Fiddler, Charles, but it is not so easy. So, inspire by "Chrome Response Override” developed this extension to support mocking response like HTML/CSS/Javascript/JSON. No external app installation required.
معلومات أساسية عن التمديد
الاسم | GoRes2 |
ID | hkicbkglbdghommjhbhpnabmicjcinam |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gores2/hkicbkglbdghommjhbhpnabmicjcinam |
الوصف | Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required |
حجم الملف | 1.14 MB |
عدد التثبيتات | 49 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2024-01-24 |
تاريخ النشر | 2022-04-09 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | 白眉鹰王 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://haiyang.me/extensions/MockResponse/ |
اللغات المدعومة | en |
manifest.json | |
{ "action": { "default_icon": { "128": "images\/icon.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "default_popup": "popup.html", "default_title": "GoRes2" }, "author": "haiyang5210", "description": "Provides support to GoRes2 HTML\/CSS\/Javascript\/JSON. No external app installation required", "devtools_page": "devtools.html", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "icons": { "128": "images\/icon.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "manifest_version": 3, "name": "GoRes2", "permissions": [ "debugger", "tabs", "storage" ], "short_name": "GoRes2", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0" } |