REST Client APIsHub

A Modern and simple API testing tool!

REST Client APIsHubคืออะไร?

REST Client APIsHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://apishub.com และคุณลักษณะหลักของมันคือ "A Modern and simple API testing tool!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย REST Client APIsHub

ดาวน์โหลดไฟล์ส่วนขยาย REST Client APIsHub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ REST Client APIsHub REST Client APIsHub
ID dabkfpeebkikmgdianbkchblbdibbfhl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rest-client-apishub/dabkfpeebkikmgdianbkchblbdibbfhl
คำอธิบาย A Modern and simple API testing tool!
ขนาดไฟล์ 9.76 MB
จำนวนการติดตั้ง 3,050
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2020-06-21
วันที่เผยแพร่ 2020-06-21
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://apishub.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://apishub.com/
ภาษาที่รองรับ 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"
}