ReqBin HTTP Client

ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.

ReqBin HTTP Client là gì?

ReqBin HTTP Client là một tiện ích mở rộng Chrome được phát triển bởi https://reqbin.com, và tính năng chính của nó là "ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.".

Ả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 ReqBin HTTP Client

Tải xuống các tệp mở rộng ReqBin HTTP Client 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

                        The ReqBin Chrome extension allows developers to send HTTP API requests to localhost and servers on the local network from the browser.                    

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

Tên ReqBin HTTP Client ReqBin HTTP Client
ID gmmkjpcadciiokjpikmkkmapphbmdjok
URL Chính Thức https://chromewebstore.google.com/detail/reqbin-http-client/gmmkjpcadciiokjpikmkkmapphbmdjok
Mô tả ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.
Kích Thước Tệp 179 KB
Số Lần Cài Đặt 78,561
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-06-11
Ngày Phát Hành 2020-04-26
Đánh Giá 3.86/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://reqbin.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://reqbin.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReqBin HTTP Client",
    "description": "ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network.",
    "version": "1.1",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.reqbin.com\/*"
        ]
    },
    "action": {
        "default_title": "ReqBin HTTP API Client",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        }
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    }
}