GoRes2
Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required
Apa itu GoRes2?
GoRes2 adalah ekstensi Chrome yang dikembangkan oleh 白眉鹰王, dan fitur utamanya adalah "Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GoRes2
Unduh file ekstensi GoRes2 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
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.
Informasi Dasar Ekstensi
Nama | GoRes2 |
ID | hkicbkglbdghommjhbhpnabmicjcinam |
URL Resmi | https://chromewebstore.google.com/detail/gores2/hkicbkglbdghommjhbhpnabmicjcinam |
Deskripsi | Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required |
Ukuran File | 1.14 MB |
Jumlah Instalasi | 49 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2024-01-24 |
Tanggal Publikasi | 2022-04-09 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | 白眉鹰王 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://haiyang.me/extensions/MockResponse/ |
Bahasa yang Didukung | 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" } |