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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 개의 평점
개발자 白眉鹰王
이메일 [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"
}