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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}