GoRes2
Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required
Cos'è GoRes2?
GoRes2 è un'estensione di Chrome sviluppata da 白眉鹰王, e la sua funzione principale è "Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GoRes2
Scarica i file di estensione GoRes2 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | GoRes2 |
ID | hkicbkglbdghommjhbhpnabmicjcinam |
URL Ufficiale | https://chromewebstore.google.com/detail/gores2/hkicbkglbdghommjhbhpnabmicjcinam |
Descrizione | Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required |
Dimensione del File | 1.14 MB |
Conteggio Installazioni | 49 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2024-01-24 |
Data di Pubblicazione | 2022-04-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | 白眉鹰王 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://haiyang.me/extensions/MockResponse/ |
Lingue Supportate | 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" } |