REST Client APIsHub
A Modern and simple API testing tool!
什麼是REST Client APIsHub?
REST Client APIsHub是由https://apishub.com開發的Chrome擴展程式,該擴展的主要功能是“A Modern and simple API testing tool!”。
擴展截圖
下載REST Client APIsHub擴展crx文件
下載REST Client APIsHub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A Modern , simple and free tool to develop, test and debug RESTful APIs 擴展基本資訊
| 名稱 | |
| ID | dabkfpeebkikmgdianbkchblbdibbfhl |
| 官方網址 | 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": [
" | |