API Tester - REST API Tester Client FREE

Develop, test and debug REST APIs.

什麼是API Tester - REST API Tester Client FREE?

API Tester - REST API Tester Client FREE是由https://99extensions.io開發的Chrome擴展程式,該擴展的主要功能是“Develop, test and debug REST APIs.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載API Tester - REST API Tester Client FREE擴展crx文件

下載API Tester - REST API Tester Client FREE擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Welcome to API Tester - REST API Tester Client FREE a tool for developing, testing and debugging REST APIs.


#1 The API Tester includes the following main functionality:

1. Send requests and display responses
API Tester - REST API Tester Client FREE can handle GET, PUT, PATCH, DELETE, HEAD, OPTIONS and Custom requests. In addition custom headers and basic authentication can be added to the requests.

2. Manage favorites
To make debugging life easier, the API Tester allows to store and manage favorite requests. These favorites can also be imported and exported.

3. Request history
By default all requests are stored within the request history. Please rest assured that the API Tester will not store any requests made from an incognito window.


#2 FAQs:

1. Which permissions are needed to use our API Tester - REST API Tester Client FREE extension?
Only storage permissions are needed, these permissions are then used to store favorite and historic requests.

2. Where do I get help?
The API Tester extension has a dedicated Help section which describes the most important functionality.                    

擴展基本資訊

名稱 API Tester - REST API Tester Client FREE API Tester - REST API Tester Client FREE
ID nclgfilnbckejgmdinfokodoipboenjp
官方網址 https://chromewebstore.google.com/detail/api-tester-rest-api-teste/nclgfilnbckejgmdinfokodoipboenjp
簡介 Develop, test and debug REST APIs.
檔案大小 3.39 MB
安裝次數 539
目前版本 1.0.0
更新時間 2023-03-29
上架時間 2022-11-28
開發者 https://99extensions.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://99extensions.io/extension-api-tester
說明頁面URL https://99extensions.io/contact
隱私政策頁面URL https://99extensions.io/extensions-privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "API Tester - REST API Tester Client FREE",
    "description": "Develop, test and debug REST APIs.",
    "manifest_version": 3,
    "version": "1.0.0",
    "background": {
        "service_worker": "extension\/background.js"
    },
    "action": [],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": ".\/img\/logo_16.png",
        "24": ".\/img\/logo_24.png",
        "32": ".\/img\/logo_32.png",
        "48": ".\/img\/logo_48.png",
        "64": ".\/img\/logo_64.png",
        "128": ".\/img\/logo_128.png"
    }
}