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”。

擴展截圖

screenshot

下載GoRes2擴展crx文件

下載GoRes2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 GoRes2
ID hkicbkglbdghommjhbhpnabmicjcinam
官方網址 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"
}