GoRes2

Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required

Wat is GoRes2?

GoRes2 is een Chrome-extensie ontwikkeld door 白眉鹰王, en de belangrijkste functie is "Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GoRes2

Download GoRes2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GoRes2 GoRes2
ID hkicbkglbdghommjhbhpnabmicjcinam
Officiële URL https://chromewebstore.google.com/detail/gores2/hkicbkglbdghommjhbhpnabmicjcinam
Beschrijving Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required
Bestandsgrootte 1.14 MB
Aantal Installaties 49
Huidige Versie 2.0.0
Laatst Bijgewerkt 2024-01-24
Publicatiedatum 2022-04-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar 白眉鹰王
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://haiyang.me/extensions/MockResponse/
Ondersteunde Talen 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"
}