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
公式URL 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 レビュー
開発者 白眉鹰王
Eメール [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"
}