GoRes2

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

GoRes2 là gì?

GoRes2 là một tiện ích mở rộng Chrome được phát triển bởi 白眉鹰王, và tính năng chính của nó là "Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GoRes2

Tải xuống các tệp mở rộng GoRes2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GoRes2 GoRes2
ID hkicbkglbdghommjhbhpnabmicjcinam
URL Chính Thức https://chromewebstore.google.com/detail/gores2/hkicbkglbdghommjhbhpnabmicjcinam
Mô tả Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required
Kích Thước Tệp 1.14 MB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2024-01-24
Ngày Phát Hành 2022-04-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển 白眉鹰王
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://haiyang.me/extensions/MockResponse/
Ngôn Ngữ Được Hỗ Trợ 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"
}