REST Client APIsHub

A Modern and simple API testing tool!

REST Client APIsHub là gì?

REST Client APIsHub là một tiện ích mở rộng Chrome được phát triển bởi https://apishub.com, và tính năng chính của nó là "A Modern and simple API testing tool!".

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

screenshot
screenshot

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

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

                        A Modern , simple and free tool to develop, test and debug RESTful APIs                    

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

Tên REST Client APIsHub REST Client APIsHub
ID dabkfpeebkikmgdianbkchblbdibbfhl
URL Chính Thức https://chromewebstore.google.com/detail/rest-client-apishub/dabkfpeebkikmgdianbkchblbdibbfhl
Mô tả A Modern and simple API testing tool!
Kích Thước Tệp 9.76 MB
Số Lần Cài Đặt 3,050
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2020-06-21
Ngày Phát Hành 2020-06-21
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://apishub.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://apishub.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Abdul Qadir ([email protected])",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/restclient.apishub.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "A Modern and simple API testing tool!",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "REST Client APIsHub",
    "permissions": [
        "",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        "icon.png",
        "index.html"
    ],
    "short_name": "RCAPIsHub",
    "version": "2.4"
}