GoRes2

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

What is GoRes2?

GoRes2 is a Chrome extension developed by 白眉鹰王, and its main feature is "Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required".

Extension Screenshots

screenshot

Download GoRes2 Extension CRX File

Download GoRes2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name GoRes2 GoRes2
ID hkicbkglbdghommjhbhpnabmicjcinam
Official URL https://chromewebstore.google.com/detail/gores2/hkicbkglbdghommjhbhpnabmicjcinam
Description Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required
File Size 1.14 MB
Installation Count 49
Current Version 2.0.0
Last Updated 2024-01-24
Publish Date 2022-04-09
Rating 5.00/5 Total 1 Ratings
Developer 白眉鹰王
Email [email protected]
Payment Type free
Extension Website http://haiyang.me/extensions/MockResponse/
Supported Languages 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"
}